The question is (yes, I have got a point to make here), why does this way of working seem natural in Perl, yet unnatural in any other language?

I think the reason I find myself falling into the same patterns is that Perl is often such a natural fit to the problem set. In particular, scalars, arrays, and hashes all map very naturally to a great many data processing tasks, so when I visualize the soloution, I'm already very close to Perl code.

Combine that with the rapid code-test-lather-rinse-repeat cycle afforded by an interpretive language, the wealth of shortcuts available to the fluent, and the shoulders of the CPAN giants to stand on, and the temptation to just go DO it is overwhelming.

Incidentally, I love the "1linegraveyard.txt" file idea.

Peace,
-McD


In reply to Re: How formal are Iyour/I methods? by McD
in thread How formal are Iyour/I methods? by flay

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.