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
Mahdi, Question 1: I believe the ":" at the beginning of the script means "use bourne shell to execute this script. Question 2: I don't know of any way, unless you start the script with "perl scriptname." Hope this helps, Craig > -Original Message- > From: [EMAIL PROTECTED] [mailto:per

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 my Solaris box, > > I am trying to under