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

Note: I hear that env's path is not the same on all systems, rendering it somewhat useless.
From what I understand, env uses your own environment, so if your $PATH is different between systems, env's notion of it will be different, too.

thor

Feel the white light, the light within
Be your own disciple, fan the sparks of will
For all of us waiting, your kingdom will come

Replies are listed 'Best First'.
Re^3: #!perl Question
by ikegami (Patriarch) on Oct 03, 2005 at 18:23 UTC
    I was refering to the path to env (/usr/bin), not the environment variable.
      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!