Account Menu
Hosting Services
Domain Services
Other Services
Pricing
|
|
|
| |
| Knowledge Base |
|
| |
| Article number: kb-6 | Q. Trying to troubleshoot perl scripts ?
A. edit perl / cgi script, at top of file ...
#!/usr/bin/perl
use CGI::Carp qw(fatalsToBrowser);
then errors should be redirected to browser rather then getting a 500 error.
ALSO, check if the script runs on the command line,
perl -w ./scriptname.cgi
and see if it gives you errors.
|
| This page has been viewed 1241 times |
|
Return to Search
|
|
|