Re: begginer question

[email protected] (Gabor Szabo) Mon, 15 Mar 2004 09:06:48 -0200 (GMT+2)
Newsgroups perl.debugger
Message-ID <[email protected]>
Hi Mike,

you can either try to run the scripts from the command line
perl -d myscript.pl

or you try using another debugger:

For example install Tk and the Devel::ptkdb module.
Then read the CGI section of
perldoc Devel::ptkdbd


Gabor