Here's the story: We use perl v5.6.1, which will someday change, I hope, but things are slow to change around here. Our product starts out as a (Linux) disk image, so I am frequently unable to use CPAN modules because the powers-that-be are loathe to make a new image. But... I have a window of opportunity here, since a new image is in the works anyway, so I can take the chance to add a bunch of useful modules to the image. So...

I wanted to get some input as to what modules you use and like. I'm sure some modules that made it into 5.8.0 are a good basis, but I'm sure there are more.

Some of the things that we do are: text-processing/parsing, sockets, config-file-reading, db (mysql) stuff, http-request-parsing, process-management, ssl and ssh, ...

I have started out with the following measly list:

We are already using the following:

Can y'all help out and come up with a bunch of handy, nifty, stable, useful, and otherwise good-to-have modules that you like to use, that are not in the v5.6.1 core? I need the common wisdom and experience of y'all over here... TIA

--
3dan

In reply to module wish list for perl v5.6.1 by edan

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.