in reply to How to tell what version of Perl a script needs?

Don't forget that you need to vet not just the script, but also any modules the script uses (and modules that they use).

Not the quickest way, but you could just pull and build old perls in a binary search fashion, and try your script with each one.

  • Comment on Re: How to tell what version of Perl a script needs?