diff options
author | Tels <nospam-abuse@bloodgate.com> | 2002-01-09 01:08:59 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-08 22:42:10 +0000 |
commit | 1472e7de75222b97d63995edd75ecee5ae79b468 (patch) | |
tree | 64da5b5bc3c6284e5b6c64c4dc7578fc0b26b72e /pod/perldebug.pod | |
parent | fcfe1ab7cff22e46ae061bad3c3d9f20fad6de87 (diff) | |
download | perl-1472e7de75222b97d63995edd75ecee5ae79b468.tar.gz |
perldebug nit
p4raw-id: //depot/perl@14142
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 7f58ddfce0..b711094b37 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -678,7 +678,7 @@ always spell them out in full for legibility and future compatibility. Other examples include - $ PERLDB_OPTS="NonStop frame=2" perl -d myprogram + $ PERLDB_OPTS="NonStop LineInfo=listing frame=2" perl -d myprogram which runs script non-interactively, printing info on each entry into a subroutine and each executed line into the file named F<listing>. |