in reply to
How to find which perl was used to invoke script
A line like
require 5.8.5;
would restrict users from executing the script with Perl version lower than specified.
Comment on
Re: How to find which perl was used to invoke script
Download
Code
In Section
Seekers of Perl Wisdom