Documenting Your Perl Programs

We hope you document your code, whether or not you're a Random Hacker. If you do, you may wish to include the following sections in your pod:

One caveat: if you're going to put your pod at the end of the file, and you're using an __END__ or __DATA__ token, make sure to put an empty line before the first pod directive:

__END__ =head1 NAME Modern - I am the very model of a modern major module


Without the empty line before the =head1, the pod translators will ignore the start of your (extensive, accurate, cultured) documentation.