Similar but different to this.
I am writing a perl script, foo.pl. I use Perl 5.10 on my machine to run foo.pl. I have to also make sure that foo.pl can be run by Perl 5.8.8. Is there a way to do so without just installing v5.8.8?
Similar but different to this.
I am writing a perl script, foo.pl. I use Perl 5.10 on my machine to run foo.pl. I have to also make sure that foo.pl can be run by Perl 5.8.8. Is there a way to do so without just installing v5.8.8?