I try to trace my perl script under mod_perl2 according to
http://perl.apache.org/docs/1.0/guide/debug.html#Non_Interactive_Perl_Debugging_under_mod_perl:
>Non-Interactive Perl Debugging under mod_perl
>
>To debug scripts running under mod_perl either use Apache::DB
(interactive Perl debugging) o
Hi.
I did write a mod_perl module with the following statement:
use Apache2::Const -compile => qw(:log :http :config :cmd_how :override);
Under linux with perl 5.8.x i can use
return Apache2::Const::OK;
without any errors - mod_perl does not complain about it.
If i got the same under windows