Using the use VERSION syntax with a version number greater or equal to 5.11.0 will lexically enable strictures just like use strict would do (in addition to enabling features.)which is why my script template starts out with
and when (not if) someone asks where to find that odd (pun intended) version of perl, it's a good time to remind them that use specifies the minimum version.use 5.011; # implies strict + feature 'say'
In reply to Re^6: Recap: The Future of Perl 5
by soonix
in thread Recap: The Future of Perl 5
by Ovid
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |