http://www.perlmonks.org?node_id=779160


in reply to Re^2: [OT] Why I don't use Mysql for new projects
in thread [OT] Why I don't use Mysql for new projects

I'd stick with perl for my old scripts that aren't strict safe, and chose the strictperl version for everything that I newly write.

Good news: strictperl exists (though it only enables strict; warnings are more problematic conceptually.)

Bad news: it's a patch against bleadperl and much of the Perl core does not run with strict enabled unilaterally.