X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldebug.pod;h=9eb0a9e3438b738179649c899c269b0a82eaa437;hb=f49ed1dab8c52e58c3b45270b50ae23e7886790c;hp=9a8d02fa265c79ca268ede443882fd290abcd732;hpb=2e8f3c35926871095feda1ba18dbe8ffc40a0273;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 9a8d02f..9eb0a9e 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, C, C, and C there. @@ -1016,7 +1016,7 @@ L. 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. $ perl -Sd foo.pl