in reply to CGI::Carp Doesnt seem to work properly
I suggest the following advice: sweet talk your sysadmin into giving you read permission on the Apache log. This may be only operative for a day, as many webserver boxes cycle the logs on a cron job.
Try also running your script from the command line:
CGI.pm picks up params off the command line if you use name=value pairs. You can also use -d to invoke the perl 5 debugger if you have a really tough problem.perl myscript.cgi foo=1 bar=quux user=fred password=bloggs
Hope this helps
|
|---|