If I run this under mod_perl: #!/usr/bin/perl use CGI::Carp; die "Death by chocolate\n";
the Apache error log reads: [Tue Aug 3 17:54:00 2004] [error] [Tue Aug 3 17:54:00 2004] null: Death by chocolate If I run it without mod_perl, it prints out the name of my script instead of "null". Why does it print "null" when run under mod_perl, and how can I fix this? _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

