in reply to Re: how to invoke a different perl interpreter based on user ENV variable
in thread how to invoke a different perl interpreter based on user ENV variable

I tried stuff along that line first, to no avail - although I did get some variant of this to work if I invoked the script directly via the shellm, e.g.: sh ./foo.pl. Unfortunately, that's not practical as some of these scripts are cgi, others called by other progs.
  • Comment on Re: Re: how to invoke a different perl interpreter based on user ENV variable

Replies are listed 'Best First'.
Re: Re: Re: how to invoke a different perl interpreter based on user ENV variable
by billbabcock (Acolyte) on Feb 16, 2004 at 17:04 UTC
    ah - I replied before seeing the other replies. Let me look that over. Thanks - bill