vote up 3 vote down star
2

Does anyone know of a perlstyle-like guideline for how to document Perl code? Like this bit from javadoc guidelines:

"Gets the label of this button.         (preferred)" vs.
"This method gets the label of this button.          (avoid) "

(from http://java.sun.com/j2se/javadoc/writingdoccomments/). I haven't found anything at perlstyle or in Extreme Perl - Coding Style. PBP maybe?

flag

25% accept rate

3 Answers

vote up 0 vote down

Try http://search.cpan.org/perldoc?perlmodstyle and the documents perlmodstyle references.

link|flag
vote up 9 vote down
link|flag
vote up 5 vote down

There is a good writeup about Perl Coding Standards at the following link, which will bring you the Documentation Standards section.

Perl Coding Standards - Documentation

link|flag
2  
Guidelines for documentation style are a subset of overall best practices, for which Damian Conway's "Perl Best Practices" (mentioned at the top of Anthony's link) should be the place you start. (And maybe go no further... :) – martin clayton Nov 6 at 20:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.