in reply to CGI::Application:: Plugin::DebugScreen

I'm going to plug some old code I wrote: CGI::HTMLError

Try that instead. Make sure you load it AFTER CGI::Carp (if you use it), but preferably before any other modules. The same conditions may apply to CGI::Application:: Plugin::DebugScreen too. I've never used it, though.

  • Comment on Re: CGI::Application:: Plugin::DebugScreen

Replies are listed 'Best First'.
Re^2: CGI::Application:: Plugin::DebugScreen
by thind (Initiate) on May 30, 2007 at 20:13 UTC

    When i used use CGI::Carp qw(fatalsToBrowser); befor use CAP::DebgScreen i am getting following error, but no stacktrace,

    I think this error is comming by using CGI::Carp, but may be CAP::DebugScreen is still not working

    But thanks atleast it is giving some debug information, atleast