Re: Question in Perl



Thanks! m

Where can I find "perldoc perldebug"? I keep searching them but cannot
find them. Thanks!



On Aug 27, 10:02 am, magloca <magl...@xxxxxxxxxxxxxx> wrote:
leejin...@xxxxxxxxx @ Wednesday 27 August 2008 15:40:

I am learning how to use Perl. When I was first time using VBA, I
could use "F8" to track how all the variables change each by each and
step by step so that I can understand how the coding flows. Is there
any method to do so (or similar) in Perl? Many thanks!

See 'perldoc perldebug', for command-line debugging, orhttp://www.activestate.com/Products/komodo_ide/for the graphical
development environment Komodo (which costs money and which I
personally know nothing about other than its name).

m.

.