no trace file in perl trace mode

2007-10-12 Thread Vitaly V. Ch
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

mod_perl - Const import different under unix/win32 with perl/active perl

2007-10-12 Thread Torsten Krah
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