Re: single step - debug mode

2006-02-13 Thread Hans Meier (John Doe)
Stephen Mayer am Montag, 13. Februar 2006 17.25: > Bruce, > > What you want to use is `perl -d file.pl ` ...and especially the manuals provided with every perl installation, which is a very valuable source for information. Some tips: $ perldoc perl # lists manuals. # search if a manual exist

Re: single step - debug mode

2006-02-13 Thread Tom Phoenix
On 2/13/06, Bowen, Bruce <[EMAIL PROTECTED]> wrote: > I've read my Llama book and been out to goggle on this and while I've found > data that > suggests it is possible to step thru a script file, I've yet to figure out > the exact > command structure to accomplish this. I think it's > > file.p

Re: single step - debug mode

2006-02-13 Thread Stephen Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce, What you want to use is `perl -d file.pl ` Steve Bowen, Bruce wrote: > I've read my Llama book and been out to goggle on this and while I've found > data that suggests it is possible to step thru a script file, I've yet to > figure out th