#load modules use strict; use stricter 'comments', 2; #This prints something print "a"; print "b"; print "c"; #### > perl comment.pl Script not adequatly commented at /comment.pl line 7.