Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

How to run perl5.21.3 as "perl"

by syphilis (Archbishop)
on Aug 18, 2014 at 10:39 UTC ( [id://1097821]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sisyphus-sis@debian-sis:~/comp/$ cd ~/bleadperl/bin
    sisyphus-sis@debian-sis:~/bleadperl/bin$ ln -s perl5.21.3 perl
    ...
    sisyphus-sis@debian-sis:~$ perl5.21.3 -le 'print $^X;'
    /home/sisyphus-sis/bleadperl/bin/perl5.21.3
    sisyphus-sis@debian-sis:~$
    
  2. or download this
    sisyphus-sis@debian-sis:~/bleadperl/bin$ rm perl
    sisyphus-sis@debian-sis:~/bleadperl/bin$ which perl
    ...
    /home/sisyphus-sis/bleadperl/bin/perl
    sisyphus-sis@debian-sis:~/bleadperl/bin$ perl -le 'print $^X;'
    /usr/bin/perl
    
  3. or download this
    sisyphus-sis@debian-sis:~/bleadperl/bin$ mv perl perl5.21.3
    sisyphus-sis@debian-sis:~/bleadperl/bin$ cd ~
    ...
    /usr/bin/perl
    sisyphus-sis@debian-sis:~$ perl5.21.3 -le 'print $^X'
    /home/sisyphus-sis/bleadperl/bin/perl5.21.3
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1097821]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found