Click to See Complete Forum and Search --> : where to? help debuging perl !!!


Daria
01-17-2003, 02:00 PM
Hi.

Please, tell me how can I debug a perl script - I tried to look up any info on it, but everything written about it is not meant for noobs, and I'm drowning in professional lingo.

Can someone tell me step by step a procedure on debugging? Is there any kind of "validator" or something of that type?

AdamGundry
01-18-2003, 06:02 AM
I don't know if this is a little simple, but try this "Idiot's Guide":

http://www.perl.com/language/CPAN/doc/FAQs/cgi/idiots-guide.html

I believe there is a Perl directive you can use to make it return friendly error messages, but I don't know what it is.

Adam

Daria
01-18-2003, 08:50 AM
THANK YOU