in reply to CGI and Backticks
Most likely the credentials of the user running the CGI script are wrong for running the test script. Take a look in the server's log files for errors that look like permissions issues. It may help too to use:
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
to get errors and warnings delivered to your browser. The warnings appear in comments in the HTML.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI and Backticks
by agronbach (Novice) on Aug 29, 2011 at 22:33 UTC |