Let me start with CPAN--I use it daily (sometimes hourly) to find what I need and what I have. That is, I rely on it for perldocs, even for modules that I know I have installed because it is so easy to use. In my own coding, I have begun to think about code reuse and even documentation (a first for me) in my personal development process. I work alone on many small projects rather than a few larger ones. I now know enough to be productive when producing a useful set of modules for a particular project. I'm happy with all of this....

Recently, though, I found myself rewriting a module that I know that I wrote earlier, but couldn't easily locate--very frustrating. My question is simple--what do the monks do to keep organized in the face of many small projects with the lifespan of a typical project is on the order of hours to days? Is it possible to set up a simple "database" of personal modules so that one could search for them easily?

Thanks,
Sean

In reply to Organizing personal perl library (AKA, personal CPAN) by srdst13

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.