stas 2002/11/25 14:00:34 Modified: src/docs/1.0/guide porting.pod Log: revert the wrong fix Revision Changes Path 1.16 +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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- porting.pod 25 Nov 2002 21:20:28 -0000 1.15 +++ porting.pod 25 Nov 2002 22:00:33 -0000 1.16 @@ -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]