projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9248b7
)
[DOC PATCH] $^X isn't necessarily argv[0]
author
Yitzchak Scott-Thoennes
<sthoenna@efn.org>
Mon, 30 Jan 2006 01:06:24 +0000
(17:06 -0800)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 30 Jan 2006 09:52:06 +0000
(09:52 +0000)
Message-ID: <
20060130090624
.GA3760@efn.org>
p4raw-id: //depot/perl@26999
pod/perlvar.pod
patch
|
blob
|
history
diff --git
a/pod/perlvar.pod
b/pod/perlvar.pod
index
30d2888
..
b63973e
100644
(file)
--- a/
pod/perlvar.pod
+++ b/
pod/perlvar.pod
@@
-1196,7
+1196,7
@@
See the documentation of C<warnings> for more details.
=item $^X
The name used to execute the current copy of Perl, from C's
-C<argv[0]>.
+C<argv[0]>
or (where supported) F</proc/self/exe>
.
Depending on the host operating system, the value of $^X may be
a relative or absolute pathname of the perl program file, or may