Search notes:

Perl variables: $^X (perl executable)

use warnings;
use strict;

print "\n";
print "  The perl executable (bin) running this script is: $^X\n";
print "\n";
Github repository about-perl, path: /variables/^X__perl_executable.pl

See also

Perl variables

Index