Home > Archive > PERL Beginners > August 2004 > How to update perl5?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to update perl5?
|
|
| Le Sandy Sun 2004-08-07, 8:55 am |
| Well,there are two perl5 in my solairs mechine.
The defualt is perl5,v5.003 and another is perl5,v5.6.1
My question is how can I change the defualt perl5 from v5.003 to v5.6.1?
| |
|
| On Sat, 07 Aug 2004 17:29:34 +0800
Le Sandy Sun <Sandy.Sun@Sun.COM> wrote:
> Well,there are two perl5 in my solairs mechine.
> The defualt is perl5,v5.003 and another is perl5,v5.6.1
> My question is how can I change the defualt perl5 from v5.003 to v5.6.1?
You will probably find a symbolic link from /usr/bin/perl5-003 to /usr/bin/perl
Delete that and make a new link from /usr/bin/perl5.6.1 to /usr/bin/perl
Look around, may be it is in /usr/local/bin
--
Owen
| |
| Le Sandy Sun 2004-08-07, 8:55 am |
| I think there is some problem.Because I can not change anything in
/usr/dist.That is the point.The perl5 file and the perl5 profile.So that
I get there ,but can do nothing.
Owen wrote:
>On Sat, 07 Aug 2004 17:29:34 +0800
>Le Sandy Sun <Sandy.Sun@Sun.COM> wrote:
>
>
>
>
>
>You will probably find a symbolic link from /usr/bin/perl5-003 to /usr/bin/perl
>
>Delete that and make a new link from /usr/bin/perl5.6.1 to /usr/bin/perl
>
>Look around, may be it is in /usr/local/bin
>
>
>
>
|
|
|
|
|