jira0004 has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
Here is the thing, I am working on a Perl CGI that some one else wrote. The thing that I want is a Perl module, either in the standard distribution, or from CPAN that causes a die or a warn to render as nice HTML in a web-browser for debugging purposes.
I realize I could put the CGI code in an eval block, catch the exception generated by die and then create the HTML myself, but I was wondering if there was any nice Perl module that happened to do such a thing for me. Does any one have any ideas about such a Perl module?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl module to get warn or die to render as HTML
by Joost (Canon) on Sep 25, 2006 at 21:58 UTC | |
by tilly (Archbishop) on Sep 26, 2006 at 02:55 UTC | |
by OfficeLinebacker (Chaplain) on Sep 26, 2006 at 13:39 UTC | |
by ptum (Priest) on Sep 26, 2006 at 13:47 UTC | |
by OfficeLinebacker (Chaplain) on Sep 26, 2006 at 14:12 UTC | |
| |
by valavanp (Curate) on Sep 26, 2006 at 15:21 UTC | |
by tilly (Archbishop) on Sep 26, 2006 at 18:29 UTC | |
|
Re: Perl module to get warn or die to render as HTML
by blue_cowdawg (Monsignor) on Sep 27, 2006 at 20:37 UTC |