Yes, you can - but why? In fact, you can even install a newer version!
PerlBrew can help you if you don't want to install it manually. You might need Devel::PatchPerl to correctly install an ancient version.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord
}map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
| [reply] [d/l] |
I was going to run some perl scripts.In the readme of those scripts it said the supported version was 5.8.8
Since the setup was done fresh I was thinking of changing the per as well,as I read somwhere Installing an older version might cause the system problem.what is the correct way to install older versions
| [reply] |
There are several correct ways of installing a different version of Perl without tampering with your system Perl. And it's almost always correct to do just that -- leave system Perl alone.
Probably the easiest way to use other Perl versions while leaving system Perl alone is to use perlbrew (as choroba mentioned). Follow that link. Follow the instructions you find at that link. Enjoy.
| [reply] |
Have you tried running the script? Often, it's the minimum version required that is specified, not the exact version.
Most scripts built on a previous version will run just fine on newer ones. The philosophy of Perl is to maintain backwards compatibility above almost all else. See perlpolicy.
| [reply] |
I want older version of Perl(v5.8.8). Where can I download that? | [reply] |
| [reply] |