I usually put a use VERSION line before them. Most of my modules start off with something like:
use 5.008; use strict; use warnings;
... before even the package statement.
In reply to Re^2: Strict and warnings: which comes first?
by tobyink
in thread Strict and warnings: which comes first?
by choroba
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |