in reply to Re^2: Running in Terminal, but not on Server
in thread Running in Terminal, but not on Server
As for the debugging, try use CGI::Carp qw(fatalsToBrowser); as your first line of code - it will print error messages to the browser. (And yes, CGI::Carp is also a core module since perl 5.4).
If you can't even access core modules, then either find another server to work on, or chose a different language. Perl without modules really sucks, compared to other languages with modules/libs.
And btw there is cgipan, which installs CPAN modules via CGI ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Running in Terminal, but not on Server
by ShaZe (Novice) on Jan 24, 2008 at 23:36 UTC | |
by cdarke (Prior) on Jan 25, 2008 at 03:16 UTC |