in reply to Re^2: install older perl version 5.8.8
in thread install older perl version 5.8.8

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.