use strict, warnings; use strict && warnings; use for (strict, warnings); # no not reallyThe only thing I found was a replacement for strict:
use 5.12.0; # <- turns on strict use strict; # <- but same length :-(
In reply to Re: use strict; before/after use warnings;
by Anonymous Monk
in thread use strict; before/after use warnings;
by msh210
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |