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.
Comment on
Re: Re: CGI Error Handling
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.
[reply]
In Section
Seekers of Perl Wisdom