summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
diff options
context:
space:
mode:
authorTels <nospam-abuse@bloodgate.com>2002-01-09 01:08:59 +0100
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-08 22:42:10 +0000
commit1472e7de75222b97d63995edd75ecee5ae79b468 (patch)
tree64da5b5bc3c6284e5b6c64c4dc7578fc0b26b72e /pod/perldebug.pod
parentfcfe1ab7cff22e46ae061bad3c3d9f20fad6de87 (diff)
downloadperl-1472e7de75222b97d63995edd75ecee5ae79b468.tar.gz
perldebug nit
p4raw-id: //depot/perl@14142
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r--pod/perldebug.pod2
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>.