summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-25 16:59:40 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-25 16:59:40 +0100
commit96f2655e63130ce81a00bf6c019ca10a31c5df4a (patch)
tree021314e38c4b29e99e078b8a5d10d45d27439fb8 /pod
parente63b33793c3cf76a134a6446d1f83479e030a15f (diff)
parent52c447a82d7db5d9640813b729e0621880550564 (diff)
downloadperl-96f2655e63130ce81a00bf6c019ca10a31c5df4a.tar.gz
Merge branch 'Eefix' into blead
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 68573e3d49..d61fad662f 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1021,6 +1021,9 @@ to ps(1) (assuming the operating system plays along). Note that
the view of C<$0> the other threads have will not change since they
have their own copies of it.
+If the program has been given to perl via the switches C<-e> or C<-E>,
+C<$0> will contain the string C<"-e">.
+
=item $[
X<$[>