I've tweaked the code as much as I know how in order to make it work as expected but have not been successful. Is this a bug in CGI.pm or am I missing something simple here?


Opps! I hadn't tried everything and I was missing something simple....

if ($Q->cgi_error()) {
        print $Q->header;
        $message = $Q->cgi_error();
        &error_trap($message);
   }

Thanks again!

Bill Stephenson


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to