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
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};