From: John L. Allen Date: Thu, 18 Jul 2002 15:37:07 +0000 (-0400) Subject: perlvar pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ccee41ee169f070260a62c1b0829078d24ce47e;p=p5sagit%2Fp5-mst-13.2.git perlvar pod From: "John L. Allen" Message-ID: p4raw-id: //depot/perl@17629 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 0672c4e..e522b3d 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1225,6 +1225,13 @@ the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first argument, I the program's command name itself. See C<$0> for the command name. +=item ARGVOUT + +The special filehandle that points to the currently open output file +when doing edit-in-place processing with B<-i>. Useful when you have +to do a lot of inserting and don't want to keep modifying $_. See +L for the B<-i> switch. + =item @F The array @F contains the fields of each line read in when autosplit