in reply to Putting comments in an object
I would strongly recommend a solution where docstrings and pod are easily mirrored, but I'm searching myself.
As a suggestion, some people do things (roughly) like this:
(didn't test if this code really works, ATM I'm in a hurry)$class::doc=<<"__doc__"; =pod docstring bla bvla bla =cut __doc__
Cheers Rolf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Putting comments in an object
by Corion (Patriarch) on Apr 02, 2010 at 12:58 UTC |