From db471dffd46b39adba13c07a4541803d93241ece Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 30 May 2002 13:32:52 +0000 Subject: [PATCH] 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 --- pod/perlvar.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 13922fe..2e08f00 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1153,9 +1153,8 @@ lexical scope. See L. The name that the Perl binary itself was executed as, from C's C. -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}; -- 2.7.4