in reply to use Safe and CGI;

You might want to use CGI::Carp qw/fatalsToBrowser/;The caveat I would give in using that is make sure you remove it before you go production with the code.

Breaking your script would give a would be hacker more information about your CGI environment than what might be healthy...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Peter L. Berghold --- Peter@Berghold.Net
"Those who fail to learn from history are condemned to repeat it."

Edit: chipmunk 2001-05-21

Replies are listed 'Best First'.
Re: Re: use Safe and CGI;
by Banky (Acolyte) on May 22, 2001 at 07:22 UTC
    Thanks for the tip but even when I add that in I get the same error. Anybody got any ideas?