On Thu, Mar 14, 2002 at 10:15:57AM +0000, Sam Vilain wrote:
> I have a module (Pod::Constants) that needs to invoke perl as a part of
> its test script.  If your perl is not called perl, but say perl5.00503,
> then the test fails.

There's the special variable $^X, which is what perl was invoked as,
or $Config{perlpath} will be what perl was installed as.

-- 
Richard Clamp <[EMAIL PROTECTED]>

Reply via email to