in reply to Re^2: improving the aesthetics of perl code
in thread improving the aesthetics of perl code
For subroutine comments, use POD,I disagree with that. POD is used to make user documentation. Unless you play silly tricks with =for or =begin, anything that you document with POD, will end up in the user manual. That gives you two options:
POD is for the user, comments are for the coder. And while they may be the same, they usually aren't.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: improving the aesthetics of perl code
by hardburn (Abbot) on Jan 24, 2005 at 18:57 UTC |