I have often run into similar problems. The scariest thing I ran into was a programmer who was taught (and I have verified that this is the way a lot of programmers were taught 10 to 15 years ago) that when having to fix a problem, the goal was to fix the problem, not to have the program run correctly. I find if the end user can't use the program, they feel it is worthless. As they tend to more directly influence those who write our paychecks, I find it is best to make sure everything works before you release it. A lot of people are stuck in their ways and with technology you just can't do that. The thing I love about Perl and this site in particular is that it is a living system that grows and changes. Sure you will never know everything about the language, but I find that it tends to attract people who like to learn. I heard somewhere that biologists have a word for something that doesn’t change: dead. In fact, I believe I learned that on this site.

In reply to Re: New stuff to learn by Johnny Golden
in thread New stuff to learn by toadi

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.