Thanks Me ! ;-|?
Thanks Me <[EMAIL PROTECTED]> :-)
Nice to get a suggestion so fast. It works !
Any more suggestion ?
with regards
Rajeev Rumale
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rajeev Rumale
MyAngel.Net Pte Ltd., Phone :
(65)8831530 (office)
#04-01, 180 B, The Bencoolen, Email :
[EMAIL PROTECTED]
Bencoolen Street, Singapore - 189648 ICQ : 121001541
Website : www.myangel.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message -----
From: "Me" <[EMAIL PROTECTED]>
To: "Rajeev Rumale" <[EMAIL PROTECTED]>; "'Beginner Perl'"
<[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 10:50 AM
Subject: Re: Debugging the CGI - Application
> > 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/
>
>