$^RANT=1;

"The right way" is the easiest way for me. I don't wanna learn the inner workings of HTTP or other very complicated protocols, just so I can serve up some images and stuff.

Learning to use modules is easier than learning complicated crap.

Real problems or not, you do things your way, and others'll do it theirs, regardless.

Looking it over, I got to thinking about some of the people who wander in here with real problems to solve. We usually advise them to use strict, use CGI, and reuse some set of modules from CPAN.
Damn straight!

This website is about learning perl, and while re-inventing wheels is fun and part of learning perl, why would you want to re-invent a wheel when you don't know how to use an existing one.

Why would you want to help some poor sap DEBUG broken CGI parsing code?

When is the last time you heard someone say "Help, I need to write a Win32 GUI program, but I can't use MFC of any other pre-written libraries for building GUI's, please help, this is a real world problem!!!!!!!!"

When is the last time you heard someone say "Help, I need to write an assembler program to draw a nice GUI but I can't use any pre-written libraries. Please help this is a real world problem!!!!!"?

Every time I hear "can't use this/or/that module", I think to myself, "well, then go elsewhere for help".

____________________________________________________
** The Third rule of perl club is a statement of fact: pod is sexy.


In reply to Re: Simplicity vs. Doing It Right by PodMaster
in thread Simplicity vs. Doing It Right by dws

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.