Um, always use strictures (use strict; use warnings; - see The strictures, according to Seuss). :-D
Try whittling problem code down to a small sample suitable for posting to PerlMonks - you almost never have to post the actual code though.
Use a good syntax checking editor. Heed all warnings. Write test suites and run coverage tests.
Avoid writing code (use other peoples modules - CPAN).
Think about edge cases and test for them.
In reply to Re: Avoiding silly programming mistakes
by GrandFather
in thread Avoiding silly programming mistakes
by missingthepoint
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |