in reply to CGI::Carp Doesnt seem to work properly

I've been round this loop several times, and here is a quick checklist.

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:

perl myscript.cgi foo=1 bar=quux user=fred password=bloggs
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.

Hope this helps

--rinceWind