in reply to Perl Programming guidelines/rules

In addition to the previous comments, a couple of thoughts:

1. taint anything you can't be sure about.
2. consistency, especially if multiple people are developing/maintaining the code -- eg 13. Always indent logic, ensure people use spaces or tabs *not* a mixture.