There's a difference between the modules most commonly used by my code and those most commonly used by me. My code uses DBI more than it uses DBIx::Class, because necessarily any use of DBIx::Class also uses DBI, plus I have a handful of places where I use DBI directly. But *I* most commonly use DBIx::Class because I'd be a damned fool not to.

Off the top of my head, I think that the most commonly used modules here at work, excluding pragmata like 'strict' and 'warnings', are, in no particular order, DBIx::Class, Data::Dumper, Scalar::Util, Test::More, and, unfortunately, Moose.

Why "unfortunately, Moose"? I believe it to be a solution in search of a problem, and I hate all the weird magic that it encourages.


In reply to Re: Perl Modules by DrHyde
in thread Perl Modules by carlriz

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.