in reply to Re: Strict and warnings: which comes first?
in thread Strict and warnings: which comes first?
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Strict and warnings: which comes first?
by jcb (Parson) on Nov 09, 2019 at 00:25 UTC | |
by tobyink (Canon) on Nov 09, 2019 at 14:54 UTC | |
by jcb (Parson) on Nov 10, 2019 at 00:00 UTC | |
by haj (Priest) on Nov 09, 2019 at 15:51 UTC | |
Re^3: Strict and warnings: which comes first?
by BillKSmith (Monsignor) on Nov 22, 2019 at 23:57 UTC | |
by tobyink (Canon) on Nov 23, 2019 at 10:07 UTC |
In Section
Past Polls