Thanks to all for the thoughts / suggestions.

jbrugger - I use grep at times for searching for a previously written function. But I find in too many cases it returns far more than I'm looking for. For instance, if I'm looking for a script where I used 'format', then 'grep -rli format ~/perl' returns lots of false positives. Mainly from comments or whatever.

crusty_collins - Nice little todo list (ackerTodo). I like that. But doesn't that add an item to my todo list? Keeping my todo list updated? Hahaha.

monarch - I had thought about CVS at one time. I decided against it only because it appeared far more complex than I needed then (and perhaps now).

kaif - Yes, acromyms could get confusing in a big hurry.

TedPride - I comment most of my scripts heavily for my own benefit. Part of the learning curve. If I find a technique or something that is helpful to solving the problem at hand, I even include a link to the solution in the comments at the top of the script. I really like the idea of the spider. If I were to dream up some unique keywords to describe each script or function in it, that would be pretty cool.

Intrepid - My scripts are not all for one sort of task either. They are for a variety of things. Maybe I should investigate CVS again.


In reply to Re: Script Organization || not by cajun
in thread Script Organization || not by cajun

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.