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
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
-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