Ronald Kimball pointed out that there was a run-on sentence in the
Abhijit Menon-Sen [Thu, 30 May 2002 13:32:52 +0000 (13:32 +0000)]
   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

index 13922fe..2e08f00 100644 (file)
@@ -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};