diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-05-30 13:32:52 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-05-30 13:32:52 +0000 |
commit | db471dffd46b39adba13c07a4541803d93241ece (patch) | |
tree | 9baf22464188a7ff78ce1a5b4f99aac1886bf5d5 /pod/perlvar.pod | |
parent | 16398b428e76538570594b28c009d590ebd626da (diff) | |
download | perl-db471dffd46b39adba13c07a4541803d93241ece.tar.gz |
Ronald Kimball pointed out that there was a run-on sentence in the
last patch by Stas Bekman, and I fixed it, and while I was at it, I
fixed the wording of the last phrase as well, and then I re-wrapped
the paragraph.
p4raw-id: //depot/perl@16884
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 13922fecd8..2e08f006ec 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1153,9 +1153,8 @@ lexical scope. See L<bytes>. The name that the Perl binary itself was executed as, from C's C<argv[0]>. -This may not be a full pathname, nor even necessarily in your -path. Currently there is no universal solution for this, you may try -to use: +This may not be a full pathname, nor even necessarily in your path. +Currently there is no universal solution for this; you may want to try: use Config; $current_perl_path = (-x $^X) ? $^X : $Config{perlpath}; |