Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Windows type needs to set up Linux with Perl 5.8.1 to match PAUSE

by trwww (Priest)
on May 15, 2011 at 02:50 UTC ( [id://904906]=note: print w/replies, xml ) Need Help??


in reply to Windows type needs to set up Linux with Perl 5.8.1 to match PAUSE

Here is where you find old perls:

http://www.cpan.org/src/5.0/

This page is pretty helpful too:

http://www.cpan.org/src

Installing perl from source is really easy:

$ wget http://www.cpan.org/src/5.0/perl-5.8.1.tar.gz $ tar -zxf perl-5.8.1.tar.gz $ cd perl-5.8.1 $ sh Configure -de -Dprefix=/opt/perl-5.8.1 $ make $ make install $ export PATH="/opt/perl-5.8.1/bin:$PATH"

Now you have a throwaway perl in /opt/perl-5.8.1.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found