> Is there away to let the Perl script use whatever Perl specified in
> the PATH??

It may just be shifting the problem by one level of indirection, but I
almost always use #!/bin/env perl to start my scripts, assuming that env
is less likely to be located somewhere else by your sysadmin than perl
is.

But it adds significant startup time to your scripts, so that may not be
for you, and ultimately it can still break.  :-)

-Joe.

-- 
Joe MacDonald
:wq
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to