RE: [Perl-unix-users] the #! construct to start perl on your system

2002-04-24 Thread Mahdi A. Sbeih
: Re: [Perl-unix-users] the #! construct to start perl on your system > 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 th

Re: [Perl-unix-users] the #! construct to start perl on your system

2002-04-24 Thread Joe MacDonald
> 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

RE: [Perl-unix-users] the #! construct to start perl on your system

2002-04-23 Thread Craig B. Nakata
age- > From: [EMAIL PROTECTED] [mailto:perl-unix- > [EMAIL PROTECTED]] On Behalf Of Mahdi A. Sbeih > Sent: Tuesday, April 23, 2002 9:21 AM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] the #! construct to start perl on your system > > Hi there, > > > I am installi

RE: [Perl-unix-users] the #! construct to start perl on your system

2002-04-23 Thread Mahdi A. Sbeih
users] the #! construct to start perl on your system Mahdi A. Sbeih wrote: > Hi there, > > > I am installing now Perl 5 on my Solaris box, > > I am trying to understand this question that I am > being asked by Configure script: > > I can use the #! construct to start

Re: [Perl-unix-users] the #! construct to start perl on your system

2002-04-23 Thread $Bill Luebkert
Mahdi A. Sbeih wrote: > Hi there, > > > I am installing now Perl 5 on my Solaris box, > > I am trying to understand this question that I am > being asked by Configure script: > > I can use the #! construct to start Perl on your system. This will > make startup of Perl scripts faster, but may

RE: [Perl-unix-users] the #! construct to start perl on your system

2002-04-23 Thread Mahdi A. Sbeih
hdi, -Original Message- From: Edward G. Orton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 1:39 PM To: Mahdi A. Sbeih; [EMAIL PROTECTED] Subject: Re: [Perl-unix-users] the #! construct to start perl on your system - Original Message - From: "Mahdi A. Sbeih" &

Re: [Perl-unix-users] the #! construct to start perl on your system

2002-04-23 Thread Edward G. Orton
- Original Message - From: "Mahdi A. Sbeih" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 12:20 PM Subject: [Perl-unix-users] the #! construct to start perl on your system > Hi there, > > > I am installing now Perl 5 on

[Perl-unix-users] the #! construct to start perl on your system

2002-04-23 Thread Mahdi A. Sbeih
Hi there, I am installing now Perl 5 on my Solaris box, I am trying to understand this question that I am being asked by Configure script: I can use the #! construct to start Perl on your system. This will make startup of Perl scripts faster, but may cause problems if you want to share those s