flamey has asked for the wisdom of the Perl Monks concerning the following question:
I'm very new to Perl web development, and it's the first time I'm trying CGI::Application. But I'm having a lot of trouble finding the problem whenever the application isn't working.
I added use CGI::Carp qw(fatalsToBrowser); in the main script for the development time, but information it gives me is not very helpful.
How do you debug CGI::Application scripts?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI:Application: how to debug?
by ww (Archbishop) on Jan 18, 2010 at 15:14 UTC | |
|
Re: CGI:Application: how to debug?
by marto (Cardinal) on Jan 18, 2010 at 15:17 UTC | |
|
Re: CGI::Application: how to debug?
by SilasTheMonk (Chaplain) on Jan 18, 2010 at 16:30 UTC | |
|
Re: CGI::Application: how to debug?
by wfsp (Abbot) on Jan 20, 2010 at 14:54 UTC |