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.
If you're looking for a GUI debugger, ptkdb works fairly well. ptkdb has
an expression display window which should be familiar to users of Windows
graphical debuggers, and it works under both Win32 and Unix-like systems
(though the latter need X).
Tony