NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Two different purposes (Score:1)
pod is for API documentation, usage examples, links (see also, websites, etc).
regular "#" comments are there to let the programmer know what is going on in a particular part of the code (see this perlbuzz post for examples: http://perlbuzz.com/mechanix/2007/12/how-to-document-your-code.html [perlbuzz.com])
HTH.
Re: (Score:1)
What he said.
In short, POD is for the guy who uses the code, whereas comments are for the guy who maintains it.
Re:Two different purposes (Score:1)
I get it now
Reply to This
Parent