Re: perl path

2005-10-11 Thread Dave Shield
On Mon, 2005-10-10 at 16:56 -0700, Wes Hardaker wrote: > > On Mon, 10 Oct 2005 18:26:06 +0200, Thomas Anders <[EMAIL PROTECTED]> > > said: > > Thomas> is there a good reason why a few of the perl scripts we ship contain > a > Thomas> "#!/usr/local/bin/perl" shebang line rather than the

Re: perl path

2005-10-10 Thread Wes Hardaker
> On Mon, 10 Oct 2005 18:26:06 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: Thomas> is there a good reason why a few of the perl scripts we ship contain a Thomas> "#!/usr/local/bin/perl" shebang line rather than the default Thomas> "#!/usr/bin/perl" we use everywhere else? Actually