in reply to Style Best Practices

Effective Perl Programming: Writing Better Programs With Perl by Joseph N. Hall and Randal Schwartz

This book is more about finesse with Perl rather than style per se. But it discusses important topics which definately relate to style (like how using $_ can simplify your code immensely and make it more readable.)

Later