Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Perl5.8.0 and Perl5.8.8 coexists, how to use Perl 5.8.8

by ph0enix (Friar)
on Dec 19, 2007 at 09:10 UTC ( [id://657832]=note: print w/replies, xml ) Need Help??


in reply to Perl5.8.0 and Perl5.8.8 coexists, how to use Perl 5.8.8

I think that it will be enough to change first line to
#!/new_perl5.8.8_dir/usr/local/bin/perl
It is about six years ago when I work as Perl developer. I needed to test all new code for running with different versions of Perl. I've installed different perl versions to /opt/perl-${VERSION} so the system wide perl which was required for base system administration remain untouched. In addition I wrote a short application in C and save it as /usr/bin/perl_parallel. Perl_parallel read preferred Perl version from file .perl_version in user $HOME and executed script under correct Perl interpreter. There was also script use_perl for querying and updating .perl_version file. If someone is interested in the perl_parallel C source code, it can be found in C/C++ programming forum on server forum.builder.cz (page is in Czech).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 19:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found