Require certain version of Perl in a script

Last Modified: Mon, 06 Apr 2009 19:32:52 +0000 ; Created: Mon, 06 Apr 2009 19:32:52 +0000

require 5.010_000; # Require Perl version 5.10 or better

This is the backwards compatible way which will not generate warnings when you run Perl -W