in reply to Perl Programming guidelines/rules
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.
|
|---|