in reply to Is it time for 'use stricter'?
#load modules use strict; use stricter 'comments', 2; #This prints something print "a"; print "b"; print "c"; [download]
> perl comment.pl Script not adequatly commented at /comment.pl line 7. [download]