X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=vms%2Fperlvms.pod;h=35776a49d4406046dc4931e79e66ace16cb5929c;hb=413c4af61642c148a716a68d14bb8cc3c5573f63;hp=c09e0471691bff09a37e55c2da2c2e3c7b8148ad;hpb=35b2760ac6eea1581f6fe2a3565b2105801fc51a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/vms/perlvms.pod b/vms/perlvms.pod index c09e047..35776a4 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -194,7 +194,7 @@ so we can try to work around them. =head2 Wildcard expansion File specifications containing wildcards are allowed both on -the command line and within Perl globs (e.g. *.cE>). If +the command line and within Perl globs (e.g. C*.cE>). If the wildcard filespec uses VMS syntax, the resultant filespecs will follow VMS syntax; if a Unix-style filespec is passed in, Unix-style filespecs will be returned. @@ -244,11 +244,29 @@ directory specifications may use either VMS or Unix syntax. Perl for VMS supports redirection of input and output on the command line, using a subset of Bourne shell syntax: - reads stdin from F, - >F writes stdout to F, - >>F appends stdout to F, - 2>F writes stderr to F, and - 2>>F appends stderr to F. +=over + +=item * + +Cfile> reads stdin from C, + +=item * + +Cfile> writes stdout to C, + +=item * + +CEfile> appends stdout to C, + +=item * + +C<2Efile> writes stderr to C, and + +=item * + +C<2EEfile> appends stderr to C. + +=back In addition, output may be piped to a subprocess, using the character '|'. Anything after this character on the command