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.
Read order (Score:1)
Because I interleave my method POD in between the methods, I usually order them in human-learning order.
Constructor
Accessors
Main Methods
Support Methods
Reply to This
Re: (Score:1)
I do almost the same. I love having my POD right next to the methods so it's easier to update when I update the method. So my documentation usually prescribes my method order which usually works out to be the best way to orgainze them, at least for me.