md_doc
This series of articles on developerWorks comprises a complete guide to better programming in Perl. In this second installment, Teodor dissects comments in code. The comments in a program's code are perhaps as important to the long-range goals of a software team as the actual code itself. Unfortunately, they are also often the most neglected. Through tips, quips, examples, and anecdotes, Teodor takes an in-depth look at the imperative nature of commenting a program's language from beginning to end. Read Road to better programming: Chapter 2. Commenting your code here. (http://www.opensourcetutorials.com/tutorials/Server_Side_Coding/Perl/commenting-your-code/page1.html)