From: Rafael Garcia-Suarez Date: Sat, 29 Mar 2003 20:39:34 +0000 (+0000) Subject: Minor rephrasing in perlopentut, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00dcde61acd9f4256cd0fce5c72bb9ee25e562b3;p=p5sagit%2Fp5-mst-13.2.git Minor rephrasing in perlopentut, noticed by Bob Wilkinson (RT [perl #21725]) p4raw-id: //depot/perl@19080 --- diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod index f7ffa96..f2ba7cd 100644 --- a/pod/perlopentut.pod +++ b/pod/perlopentut.pod @@ -602,7 +602,7 @@ welcome to reopen them if you'd like. open(STDOUT, "> output") || die "can't open output: $!"; -And then these can be read directly or passed on to subprocesses. +And then these can be accessed directly or passed on to subprocesses. This makes it look as though the program were initially invoked with those redirections from the command line.