> I am facing was difficulty in debugging the script in my CGI base > application. > > To get the feel of the program I use "print" statements where ever possible. > But causes problem with setting cookies as this header has to be written > before any thing with can be display as html. > > I would be greatfull if any one can give me better solutions for this. Perhaps CGI::Carp. use CGI::Carp qw(warningsToBrowser); carp "Boohoo"; warningsToBrowser(1); http://search.cpan.org/
- Perl Style Question Gross, Stephan
- Re: Perl Style Question Paul Johnson
- Re: Perl Style Question iain truskett
- Re: Perl Style Question Paul
- Re: Perl Style Question iain truskett
- Re: Perl Style Question Paul
- Debugging the CGI - Application Rajeev Rumale
- Re: Debugging the CGI - Applicati... Me
- Re: Debugging the CGI - Appli... Rajeev Rumale
- Re: Debugging the CGI - Appli... Me
- Re: Debugging the CGI - Appli... Rajeev Rumale
- Re: Debugging the CGI - Appli... Aaron Craig
- Re: Perl Style Question Adam Turoff
- Re: Perl Style Question Peter Scott
- Re: Perl Style Question Brett W. McCoy
- Re: Perl Style Question Jeff Yoak