in reply to Just wanted to post my findings about "use VERSION" or "use 5.010".
++, nice sharing post.
You can also pull in just a single feature like this:
#!/usr/bin/perl use strict; use warnings; use feature qw/ say /; ... [download]
Hope this helps!