in reply to Re^3: showPerlDirConfig
in thread showPerlDirConfig

Sure.
my $binary = file_name_is_absolute($^X) ? $^X : ( grep -x, map catfile($_,$^X), split /\Q$Config::Config{path_sep}/, $ENV{PATH} )[0];

Makeshifts last the longest.