Dancer::Plugin::FakeCGI::Apache - emulation Apache.pm module
Settings callback for emulation Apache.pm from mod_perl version 1.
# Import fake Apache require Apache; Apache->import; # Setting callbacks Apache::_set_callback_func('read', \&_apache_read); Apache::_set_callback_func('args', \&_apache_args);
Set callback function for specified called method from mod_perl::Apache.pm
read
function called callback function in this examples:$string = $callback_func{'read'}($len, $offset);
Igor Bujna igor.bujna@post.cz
See "ACKNOWLEDGEMENTS" in Dancer::Plugin::FakeCGI