On Fri, 22 Jun 2001, Aaron Craig wrote:

> Has anyone come out with a working environment for perl.  print "my error
> message" and print "my variable value" is great, but I'd love to be able to
> step through a perl script and watch my variables as I go.

Perl has a debugger, you can invoke it with -d option.  it's similar to
gdb, the GNU debugger.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Remember folks.  Street lights timed for 35 mph are also timed for 70 mph.
                -- Jim Samuels

Reply via email to