Robert Hicks wrote: > I was playing around with HTML::Mason to see how it worked. I, of > course, coded some things wrong and Mason through out a very nice > stacktrace/errortrace that showed me the line where I made the error. > > I asked and found that Mason has a helper module called > HTML::Mason::Exceptions that that is built on Exception::Class. > > Does CGI::Application currently have something like that or would it be > a good exercise for me to do a CGI::Application::Plugin::Exceptions module?
Have you looked at CGI::Application::Plugin::DebugScreen? It gives a nice backtrace with line numbers, highlighted code and links to highlighted versions of the code. -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
