> Are there any free PERL debuggers?

Have you tried use strict and use warnigns in your scripts?
Also perl -c script.pl is helpfule and then the perl debugger itself:
perl -d

I'm sure their's thrid party stuff but I never use any, 
the above does plenty for my needs.

HTH

Dmuey

> 
> I once came across pvdb (a vi-aware front-end for the PERL 
> debugger developed by Tom Christainsen), but I never got it to work.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to