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


in reply to RFC: Tutorial: use strict; now what!?

now what!?

use warnings;  :)

Seriously, I was a bit surprised to see no mention of warnings whatsoever.   Sure, you don't have to treat everything in a single tutorial, but if this is targeted at newcomers, recommending strict's equally helpful companion wouldn't do any harm, IMHO.