stas 2002/11/25 13:20:29 Modified: src/docs/1.0/guide porting.pod Log: correct the case Revision Changes Path 1.15 +1 -1 modperl-docs/src/docs/1.0/guide/porting.pod Index: porting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/porting.pod,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- porting.pod 16 Aug 2002 05:57:14 -0000 1.14 +++ porting.pod 25 Nov 2002 21:20:28 -0000 1.15 @@ -2719,7 +2719,7 @@ Normally when you run perl from the command line, you have the shell invoke it with C<#!/bin/perl> (sometimes referred to as the shebang line). In scripts running under mod_cgi, you may use perl execution -switch arguments as described in the C<perlrun> manpage, such as +switch arguments as described in the C<PerlRun> manpage, such as C<-w>, C<-T> or C<-d>. Since scripts running under mod_perl don't need the shebang line, all switches except C<-w> are ignored by mod_perl. This feature was added for a backward compatibility with CGI scripts.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]