...or when there isn't a module that does what you want...

...or it doesn't install and it takes you longer to try to figure out how the module works or isn't working rather than writing it yourself...

...or when you're confined to an old version of Perl that doesn't support the module you might've used...

In my case, since I cannot directly attach to CPAN from my dev machine, if modules have a lot of dependencies, I find the install hassle to be a pain... as I have to dl it on one machine, burn it to a disk, then install it by hand on my dev machine...

Of course when there is a module that does what I want, and it works and I don't have to implement it myself, I cry tears of joy... :)


In reply to Re^4: w/Modules and w/o Modules by raybies
in thread w/Modules and w/o Modules by Jeri

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.