You've probably recognized that alot of items that I've been posting would of been reduced by using a CPAN module. For example, my Velar Central File Submitter, according to merlyn, would of been reduced to 8-10 lines using HTTP::Request::Common.

Yeah, that's good and dandy, but I wanted it now, and my Slackware 7.0 install doesn't have that module (yeah, download it you say. Did I say I needed it immeately?)

Call me a purist. With some systems, they may not have a net connection or even any way to connect to the outside world. I may only be a user, not sysop, preventing me from installing and Perl Module. I may not be the master of my own domain/.com/.org/.net/.wsk. In essence, I like "living off the land."

Tom Christiansen has the same philosphy, with the Perl Power Tools/Unix Reconstruction Project. I mean, you don't have access to CPAN. You really don't. You have to use what you have that came with the install -- and use that to do good tools.

Another point is speed. This one is best demonstrated by reading the Training wheels again post. A monk can infer that CGI.pm's bloated, slowing down hit requests. Cutting down the amount of fat, running lean, really works.

I recognize the value of Perl modules, but they're not the end-all solution that some people think they are. I sometimes wonder about that -- expecially when on my laptop.

--
&$WolfSkunks({use Perl;}); do {$you};


In reply to On Perl CPAN modules by strredwolf

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.