in reply to Re: MakeAll.Pl (Config.pm)
in thread MakeAll.Pl

something like:
$make = `$perl -V:make`; $make =~ s/.*?'//; $make =~ s/'.*//;
Someone had proposed something like a -V:make= syntax that would just output the value; don't think it ever got applied, though.