Eclipse/EPIC can provide some of that during development, but I believe its only for the current file with the Outline view. I don't think you can get a project Outline, which is a shame. I think Komodo can do a project outline with its code browser, but I don't use Komodo myself, so not much help there.

http://www.epic-ide.org/

Any project of sufficient size probably deserves a UML model though. A class diagram is my personal favorite UML diagram, and it provides exactly the information you're looking for, plus some, such as class attributes. Class diagrams really are the kind of big chart you want printed on your whiteboard or wall, so you can really think about what you're doing and where you're going.

Some UML editors will generate code stubs for you as you model. Eclipse has good modeling functionality, but it won't generate Perl code last I checked. It will automatically generate diagrams from the model though. It's a lot of work, but well worth it.

IMO, Perl is a language that lends itself to automatic code generation at runtime, but not so much during development time. :)

--Dave


In reply to Re: wanted: project outline module by armstd
in thread wanted: project outline module by anotheranne

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.