X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlrun.pod;h=33d4f55db8fbc3ca89edda7d0e561c2a70dd4589;hb=646ca9b2c4b7cf8e6d2771a171c1deb0b8a7852c;hp=06649b815ecd9c321328ef1bad51980eeb40d97b;hpb=09885f8292459868adaef452a613def47a463f54;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 06649b8..33d4f55 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -280,7 +280,7 @@ An alternate delimiter may be specified using B<-F>. =item B<-C [I]> X<-C> -The C<-C> flag controls some Unicode of the Perl Unicode features. +The C<-C> flag controls some of the Perl Unicode features. As of 5.8.1, the C<-C> can be followed either by a number or a list of option letters. The letters, their numeric values, and effects @@ -699,7 +699,8 @@ the implicit loop, just as in B. X<-P> B +problems, including poor portability. It is deprecated and will be +removed in a future version of Perl.> This option causes your program to be run through the C preprocessor before compilation by Perl. Because both comments and B directives begin @@ -869,10 +870,6 @@ execute a portion of your program before dumping, use the dump() operator instead. Note: availability of B is platform specific and may not be available for a specific port of Perl. -This switch has been superseded in favor of the new Perl code -generator backends to the compiler. See L and L -for details. - =item B<-U> X<-U> @@ -967,7 +964,7 @@ See L. =item B<-x> X<-x> -=item B<-x> I +=item B<-x>I tells Perl that the program is embedded in a larger chunk of unrelated ASCII text, such as in a mail message. Leading garbage will be @@ -980,6 +977,9 @@ C<__END__> if there is trailing garbage to be ignored (the program can process any or all of the trailing garbage via the DATA filehandle if desired). +The directory, if specified, must appear immediately following the B<-x> +with no intervening whitespace. + =back =head1 ENVIRONMENT @@ -1027,7 +1027,7 @@ is used. The program should instead say: X Command-line options (switches). Switches in this variable are taken -as if they were on every Perl command line. Only the B<-[CDIMUdmtwA]> +as if they were on every Perl command line. Only the B<-[CDIMUdmtw]> switches are allowed. When running taint checks (because the program was running setuid or setgid, or the B<-T> switch was used), this variable is ignored. If PERL5OPT begins with B<-T>, tainting will be