Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Perl version (do not update system perl, install local perl)

by Anonymous Monk
on Mar 08, 2013 at 02:59 UTC ( [id://1022337]=note: print w/replies, xml ) Need Help??


in reply to Perl version

and i tried to update it

don't do that, ever

use apt-get or whatever, if it still works, to reinstall system/vendor perl

Then if you want 5.16, install it in your home directory or /opt/perl, use sh Configure -Dprefix=/opt/perl

perlbrew can help you maintain perl-s in your home directory (or /opt/perl )

see http://search.cpan.org/dist/perl-5.16.2/INSTALL Config#installstyle

To use your new perl you'll have to change your $PATH and/or shebang accordingly, ie #!/usr/bin/env perl or #!/opt/perl/bin/perl --

  • Comment on Re: Perl version (do not update system perl, install local perl)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1022337]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 14:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found