Other than a few that you mentioned, here are the ones that I have been putting off using:

  1. Parse::RecDescent - I tend to do most of my parsing with split and regex (and specific modules, such as HTML::Parser, etc), and I can usually get what I need done without much problem. However, I often get the feeling that familiarity with Parse::RecDescent could save me tons of work.
  2. Win32::* - I work in Windows a lot of the time, and it would be nice to know what I could actually use it for (Windows, I mean) ;)
  3. POE - For all of the attention it gets, it HAS to be good, right? :) But seriously, reworking code to use this module might be very handy if I find myself forking off waaaay to many processes.
  4. Inline - Because its so damn neat.

In reply to Re: Modules that you want to know but haven't used yet by jryan
in thread Modules that you want to know but haven't used yet by Juerd

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.