=head1 DOCUMENTATION =head2 The Big Picture Comment structure and approach. Describe your decisions and your rationale for making them. =head2 Interfaces Comment (define) your interfaces. Always. If you haven't stated what a sub or method does, it doesn't exist. =cut # #Comment what you do. Program how to do it. # #If you had either code or comments, you should be able to #reproduce the other. But you shouldn't have to. # #Sometimes this is only the sub/method interface. #