in reply to Re^2: lenght ()Decapitated?
in thread lenght ()Decapitated?

So first run your program from the command line, to see the errors. Then, later on, run it on the web host as CGI with CGI::Carp qw(fatalsToBrowser), and take a look into the webserver error log.

Replies are listed 'Best First'.
Re^4: lenght ()Decapitated?
by RobinVossen (Initiate) on Nov 24, 2009 at 13:34 UTC

    From the Command line I wont see the error ;) I always run it with -wc first. The Webserver wont error on me. But the last thing, Carp is good to hear about =) thanks..


    Cheers, Robin

      But with -wc, you won't see all errors. So, run your program from the command line, instead of doing just a compile-check.