I've stuck with Perl for many reasons, but this week I've been very glad that I can write crappy, dirty scripts that get a job done, then move on with life. I usually like to code to nice standards, but sometimes I just don't feel like trying that hard, but need to get something done quickly. I can create a grand mess of Perl code with poor formatting, haphazard variable names (no strict!) and all sorts of other things we tell people not to do, and 5 minutes later I have the problem solved and never see the script again.

A lot of people create programs that they use over and over again, and that's something else. In another part of the universe is getting data from one place to the other, and all I really want is the quick fix without getting out the full force of an IDE, makefile, and so on. Sometimes I don't even want a separate file and just throw in a __END__ and put the script right above it. Perl can be the ugly, spitting camel that can get across the desert, and I'm thankful for that. :)

Ask me next week and I'll have some other answer and deny I ever said any of this.

--
brian d foy <bdfoy@cpan.org>

In reply to Re: More Perl by brian_d_foy
in thread More Perl by Anonymous Monk

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.