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

Reply via email to