in reply to Common uses of "use"
In some environments, I use either 'use 5.010;' or 'use 5.006;' as well. But even if they are in my boilerplate, they're likely candidates to be subject to chance.use strict; use warnings;
I've experimented with larger boilerplates. But then I found myself more often than not deleting lines.
|
|---|