You've hit the nail right on the thumb as they say.

In this case I was speaking of Perl culture, although all of the others apply.

I have dealt with many programmers who continue to write code in every language they encounter as if they were still using the first language they learned. ("You can write FORTRAN in any language.")

I'm sure we have all seen people who stick to an approach they were taught in a programming class, whether it is correct or even makes sense in the current context, because that is how they were taught.

In this case, I'm speaking of the shared culture of Perl (assuming it exists <grin/>). Obviously, some of the idioms above do not apply to other languages. Most languages have their own cultures and idioms. Some of those idioms translate to other languages, some don't. One of the things I like about Perl is the richness of the idioms it supports.

Strangely, some languages seem to try to remove idioms in favor of having only one way to solve any given problem.<shrug/>.

G. Wade

In reply to Idiomatic Perl and Culture by gwadej
in thread Textual Analysis and Perl by cyocum

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.