in reply to Ensuring forward compatibility

I see the following as a new perl5 script boilerplate:
#!** perl ** (replace with $^X on target machine) package main; use strict; use warnings;

--
I'm Not Just Another Perl Hacker