From: Rafael Garcia-Suarez Date: Tue, 8 Apr 2003 19:05:22 +0000 (+0000) Subject: Document that perl recognizes 2>&1 on the command-line on VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2fde0ff06cfbce5bef48ed08a204260616fb0a3f;p=p5sagit%2Fp5-mst-13.2.git Document that perl recognizes 2>&1 on the command-line on VMS. p4raw-id: //depot/perl@19168 --- diff --git a/vms/perlvms.pod b/vms/perlvms.pod index 9067917..4db4ab2 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -308,11 +308,15 @@ CEfile> appends stdout to C, =item * -C<2Efile> writes stderr to C, and +C<2Efile> writes stderr to C, =item * -C<2EEfile> appends stderr to C. +C<2EEfile> appends stderr to C, and + +=item * + +C<< 2>&1 >> redirects stderr to stdout. =back