Hi modperlmailinglist, I'm new to mod_perl and have two problems I couldn't solve:
1st: I can't get my error messages being displayed in the browser. use CGI::Carp qw/fatalsToBrowser/; doesn't work anymore. I googled for but didn't find anything real helpful. Is there a way to write errors to the Browser and the Apache-log?
2nd: My ./-dir is eq to my docroot now. Is there an easy way to get the path, where the script is? (any other than substitueing around with $ENV{SCRIPT_FILENAME}?)
Ok, that's it. Thanks in advance, Michael Saller.