: 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
> 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
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
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
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
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" &
- 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
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