in reply to Re^2: #!perl Question
in thread #!perl Question

I was refering to the path to env (/usr/bin), not the environment variable.

Replies are listed 'Best First'.
Re^4: #!perl Question
by crusty_collins (Friar) on Oct 03, 2005 at 18:45 UTC
    Thank you all for the insight. SOLUTION : Since I am running my scripts from a filer that has OS specific mounts for each machine. I think I will just use perl from there. ( /Net/filer/$OS/local/bin/perl) Seems to work just fine!