diff options
author | Renee Baecker <renee.baecker@smart-websolutions.de> | 2008-10-07 10:17:22 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-11-02 17:09:10 +0000 |
commit | 618078e967a6042b7f62ba9589c448bf625a3bed (patch) | |
tree | e922f13d3f772b08a5e33126ca2273a5ed4f16a1 /pod/perlrun.pod | |
parent | 47127b64dd369017e77ff2eac9a6d3c02398507b (diff) | |
download | perl-618078e967a6042b7f62ba9589c448bf625a3bed.tar.gz |
[perl #59652][DOC PATCH] "Too late for "-CS" option"
Message-ID: <48EAFEF2.8030403@smart-websolutions.de>
(tweaked)
p4raw-id: //depot/perl@34696
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 1b8f1a0296..aea799801e 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -341,6 +341,11 @@ that enabled the use of Unicode-aware "wide system call" Win32 APIs. 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> |