http://qs321.pair.com?node_id=130662


in reply to Re: CGI Error Handling
in thread CGI Error Handling

Thanks for the hint, but CGI::Carp is out of the question. I need something that produces an errorpage in the same style as the application ist.

Replies are listed 'Best First'.
Re: Re: Re: CGI Error Handling
by Fastolfe (Vicar) on Dec 11, 2001 at 01:01 UTC
    CGI::Carp can easily be told to use your own template or function for generating the error message to the user. Check out the documentation for specifics.