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 /; ...

Hope this helps!


The way forward always starts with a minimal test.
  • Comment on Re: Just wanted to post my findings about "use VERSION" or "use 5.010".
  • Download Code