Other than POD, what are the tools available to document my Perl and Mason code? What do you use and what tools are available to help me?

link|improve this question
Isn't there an obscure built in operator in Perl that does it? It has one for everything else... – fileoffset Jun 29 '11 at 4:17
being new i dont know what perl operator you say you use so can you tell what it is? – anna Jun 29 '11 at 4:39
1  
What's wrong with POD? – musiKk Jun 29 '11 at 7:05
feedback

1 Answer

For the documentation in Mason, there is the <%doc> tag. Use it like so:

<%doc>
some text
here
</%doc>

The doc tag is treated as a comment. see Mason::Manual::Syntax

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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