In production code: use warnings;
In development code: use warnings 'all';
It would have caught your typo:
Found = in conditional, should be == at pm_666463_01.pl line...
In reply to Re: What habits do you have to avoid introducing bugs?
by Util
in thread What habits do you have to avoid introducing bugs?
by superfrink
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |