Help for this page
echo "package Attributes;1" > /tmp/Attributes.pm perl -c -I/tmp file-to-test.pl
# file ./strict.pm package strict;1
perl -I. -Mstrict -e '$x=42' perl -Mstrict -e '$x=42' ouch!