I mentioned this somewhere vaguely, I myself:
  • 0 I rely upon the module name or the *.readme, and secondarily the README or pod if using .*search.cpan.org
  • 1 Is it supposed to do what I want? skip to 3
  • 2 Is it related to what I want? (Could I rethink my strategy to make use of it)
  • 3 Does it work? skip to 5
  • 4 Can I make it work, or cajole the author into doing so?
  • 5 I use it.
  • * And finally, is it just plain cool and likely to be something I'll use if it's laying around? (I'm a packrat, there's a reason I have 300k of bookmarks even after pulling out most of the software
  • I frankly don't care about the API, as I much as I dislike OO if it works I'll take what I can get, same goes for support (excluding step 4) and maturity.

    --
    perl -pe "s/\b;([st])/'\1/mg"


    In reply to Re: How do you decide to use a module from CPAN or not? by belg4mit
    in thread How do you decide to use a module from CPAN or not? by trs80

    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.