Sam Vilain wrote: > > Hi all, > > How do you return the name of perl in your module's Makefile.PL?
use Config;
$perl = $Config{perlpath};
Wim
Sam Vilain wrote: > > Hi all, > > How do you return the name of perl in your module's Makefile.PL?
use Config;
$perl = $Config{perlpath};
Wim