[DOC PATCH] $^X isn't necessarily argv[0]
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Mon, 30 Jan 2006 01:06:24 +0000 (17:06 -0800)
committerRafael 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

index 30d2888..b63973e 100644 (file)
@@ -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