Change 34696 by [EMAIL PROTECTED] on 2008/11/02 17:09:10
Subject: [perl #59652][DOC PATCH] "Too late for "-CS" option"
From: =?ISO-8859-1?Q?Ren=E9e_B=E4cker?= <[EMAIL PROTECTED]>
Date: Tue, 07 Oct 2008 08:17:22 +0200
Message-ID: <[EMAIL PROTECTED]>
(tweaked)
Affected files ...
... //depot/perl/pod/perlrun.pod#171 edit
Differences ...
==== //depot/perl/pod/perlrun.pod#171 (text) ====
Index: perl/pod/perlrun.pod
--- perl/pod/perlrun.pod#170~34670~ 2008-10-30 14:33:34.000000000 -0700
+++ perl/pod/perlrun.pod 2008-11-02 09:09:10.000000000 -0800
@@ -341,6 +341,11 @@
This feature was practically unused, however, and the command line
switch was therefore "recycled".)
+B<Note:> Since perl 5.10.0, the -C option can no longer be used
+on the #! line. It wasn't working there anyway, since the standard streams
+are already set up at this point in the execution of the perl interpreter.
+You can use binmode() instead to get the desired behaviour.
+
=item B<-c>
X<-c>
End of Patch.