X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlrun.pod;h=aea799801ec793c343c983a3daeba4e05d96e29d;hb=618078e967a6042b7f62ba9589c448bf625a3bed;hp=c2b53932ebdb01ee7d56048986d403c28391284f;hpb=d7a2c63ca1dd960ced99dbacbd31f848d2ffa77f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlrun.pod b/pod/perlrun.pod index c2b5393..aea7998 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 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> @@ -655,6 +660,10 @@ Note that the lines are not printed by default. See B<-p> to have lines printed. If a file named by an argument cannot be opened for some reason, Perl warns you about it and moves on to the next file. +Also note that C<< <> >> passes command line arguments to +L, which doesn't necessarily interpret them as file names. +See L for possible security implications. + Here is an efficient way to delete all files that haven't been modified for at least a week: