diff options
author | John L. Allen <allen@grumman.com> | 2002-07-18 11:37:07 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-18 18:37:43 +0000 |
commit | 5ccee41ee169f070260a62c1b0829078d24ce47e (patch) | |
tree | f81682ad6ee32ebf57d668403bd843b1072b3d7c /pod/perlvar.pod | |
parent | 39f1703b298e7cfad95b26600223fa7595098e73 (diff) | |
download | perl-5ccee41ee169f070260a62c1b0829078d24ce47e.tar.gz |
perlvar pod
From: "John L. Allen" <allen@grumman.com>
Message-ID: <Pine.SOL.3.91.1020718153229.20591A@gateway.grumman.com>
p4raw-id: //depot/perl@17629
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 0672c4e404..e522b3d036 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<not> 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<perlrun> for the B<-i> switch. + =item @F The array @F contains the fields of each line read in when autosplit |