Basically, I have 50+ pages that all require a file called common.pl (which loads all the modules, does user authentication, etc). The problem is, I have the use warnings, strict, and diagnostic pragmas in common.pl. Is there a way to use pragmas globally (besides copying+pasting them into every file?
Thanks.