From: Yitzchak Scott-Thoennes Date: Mon, 30 Jan 2006 01:06:24 +0000 (-0800) Subject: [DOC PATCH] $^X isn't necessarily argv[0] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21c1191d96d28acb87f4479c4eef93ca5aef5405;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] $^X isn't necessarily argv[0] Message-ID: <20060130090624.GA3760@efn.org> p4raw-id: //depot/perl@26999 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 30d2888..b63973e 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1196,7 +1196,7 @@ See the documentation of C for more details. =item $^X The name used to execute the current copy of Perl, from C's -C. +C or (where supported) F. Depending on the host operating system, the value of $^X may be a relative or absolute pathname of the perl program file, or may