in reply to formatting question
If you also are looking for hints on coding style, the O'Reilly book 'Perl Best Practices' might be something for you.
My advice on your code sample would be to use 'and' instead of '&&', less errorprone and better to read IMHO. And group the comments together to say what the if clause does altogether instead of commenting on each single term
|
|---|