--
From: Kindra Morelock [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 19, 2005 3:20 PM
To: perl4lib@perl.org
Subject: RE: installing perl 5.8.6
Michael,
You're right, 5.8.5 *is* installed. Thanks for pointing that out!
I did download and run your utility. Here's my output:
DOPE 0.9
Does this mean that I have to change the first line of my script to
/m1/shared/bin/perl to get it to point to 5.8.5 vs. /usr/bin/perl?
Yeah, or to make it more explicit you could create a symlink:
ln -s /m1/shared/bin/perl /usr/bin/perl5.8.5
and then use:
#!/usr/bin/perl5.8.5
One th
: Thursday, May 19, 2005 2:20 PM
> To: perl4lib@perl.org
> Subject: RE: installing perl 5.8.6
>
> Michael,
>
> You're right, 5.8.5 *is* installed. Thanks for pointing that out!
>
> I did download and run your utility. Here's my output:
>
> DOPE 0.9.1 beta
ce
# 817-688-1926 cell
# [EMAIL PROTECTED]
# http://rocky.uta.edu/doran/
> -Original Message-
> From: Kindra Morelock [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 19, 2005 10:41 AM
> To: perl4lib@perl.org
> Subject: installing perl 5.8.6
>
> Hi everyone
Kindra, I am sure other people will give you
more concrete advice.
But you probably want to make sure not to
uninstall the perl 5.005 - some pages on the net
note that this package is used by some Sun utilities.
Just keep the previous in place, and install 5.8.6 in addition,
by putting the new one
iginal Message-
> From: Kindra Morelock [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 19, 2005 10:41 AM
> To: perl4lib@perl.org
> Subject: installing perl 5.8.6
>
> Hi everyone,
>
> I'm new here, and I'm here because I need some major assistance.
>
>
Hi everyone,
I'm new here, and I'm here because I need some major assistance.
We recently purchased a new Sun server through Endeavor.
Unfortunately, perl 5.005 is installed on it vs. the 5.8.x that we had
installed on our old server. My predecessor (who was much more of a
guru in all things un