From 1472e7de75222b97d63995edd75ecee5ae79b468 Mon Sep 17 00:00:00 2001 From: Tels Date: Wed, 9 Jan 2002 01:08:59 +0100 Subject: perldebug nit p4raw-id: //depot/perl@14142 --- pod/perldebug.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perldebug.pod') 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. -- cgit v1.2.1