summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@casella.verplant.org>2008-10-30 21:30:00 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-10-30 21:33:34 +0000
commit48ab5743872e4822467917893ea754a3fd36e1cb (patch)
treee2c34d3d5141d0e74bbafbb8a8264a1befa14de6 /pod/perlrun.pod
parentdb42c9028c2e0e8bf2d418f40276d99e5fbaf04c (diff)
downloadperl-48ab5743872e4822467917893ea754a3fd36e1cb.tar.gz
Re: [PATCH] [doc] be more explicit about magic argv
Message-ID: <20081030182902.25398.qmail@lists.develooper.com> p4raw-id: //depot/perl@34670
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index c2b53932eb..1b8f1a0296 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -655,6 +655,10 @@ Note that the lines are not printed by default. See B<-p> to have
lines printed. If a file named by an argument cannot be opened for
some reason, Perl warns you about it and moves on to the next file.
+Also note that C<< <> >> passes command line arguments to
+L<perlfunc/open>, which doesn't necessarily interpret them as file names.
+See L<perlop> for possible security implications.
+
Here is an efficient way to delete all files that haven't been modified for
at least a week: