diff options
-rw-r--r-- | pod/perlfaq3.pod | 4 | ||||
-rw-r--r-- | pod/perlrun.pod | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 40e15de2ca..c24d7bae3f 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -792,8 +792,8 @@ For OS/2 just use as the first line in C<*.cmd> file (C<-S> due to a bug in cmd.exe's `extproc' handling). For DOS one should first invent a corresponding -batch file and codify it in C<ALTERNATIVE_SHEBANG> (see the -F<INSTALL> file in the source distribution for more information). +batch file and codify it in C<ALTERNATE_SHEBANG> (see the +F<dosish.h> file in the source distribution for more information). The Win95/NT installation, when using the ActiveState port of Perl, will modify the Registry to associate the C<.pl> extension with the diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 043ab5d106..024184ac86 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -127,7 +127,7 @@ as the first line in C<*.cmd> file (B<-S> due to a bug in cmd.exe's =item MS-DOS Create a batch file to run your program, and codify it in -C<ALTERNATIVE_SHEBANG> (see the F<dosish.h> file in the source +C<ALTERNATE_SHEBANG> (see the F<dosish.h> file in the source distribution for more information). =item Win95/NT |