diff options
author | Andy Lester <andy@petdance.com> | 2005-06-06 05:11:07 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-06-07 17:03:16 +0000 |
commit | 66a1b24beb76ea873ad4caa57ee3ab9df945afbf (patch) | |
tree | e59a6ec85d3a4225104f0176749497fb46256961 /pod/perldebug.pod | |
parent | f681a178ed5ab9eaae71b97c6eea3744c0304d67 (diff) | |
download | perl-66a1b24beb76ea873ad4caa57ee3ab9df945afbf.tar.gz |
Random cleanups #47
Message-ID: <20050606151107.GC7022@petdance.com>
p4raw-id: //depot/perl@24735
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 9a8d02fa26..9eb0a9e343 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -669,7 +669,7 @@ include lexicals in a module's file scope, or lost in closures. =back After the rc file is read, the debugger reads the C<$ENV{PERLDB_OPTS}> -environment variable and parses this as the remainder of a `O ...' +environment variable and parses this as the remainder of a "O ..." line as one might enter at the debugger prompt. You may place the initialization options C<TTY>, C<noTTY>, C<ReadLine>, and C<NonStop> there. @@ -1016,7 +1016,7 @@ L<perlrun>. When debugging a script that uses #! and is thus normally found in $PATH, the -S option causes perl to search $PATH for it, so you don't -have to type the path or `which $scriptname`. +have to type the path or C<which $scriptname>. $ perl -Sd foo.pl |