What I've seen is you regularly making very bold statements like a super expert

I have never claimed to be an expert. If my statements have come across that way, that is not how they were ever intended. I am very much an amateur with next to no formal training in programming. What I have achieved I have managed more through brute force and ignorance than anything else. Looking back, I wish I had signed up as a Monk many years ago when I was first aware of the Monastery instead of just using it as an occasional reference. It is probably true to say that I've leant more here in the last 6 months than in the preceding 20 years of using Perl!

Sure I have questioned the quality of this site and still feel it is stuck in a time warp (where else are markup tags needed for a simple comment?), you LanX explained some of the difficulties in making significant changes and you've heard nothing more from me on the topic.

With regard to templates and strict - I didn't see the usefulness of strict and knew nothing of templates. I had code that did what I wanted without either so questioned what benefit they would bring to me.
Is it wrong to question?

Having been shown by wise monks the benefits of each, all my new code uses strict and warnings plus existing code is being refactored to use at least strict as it gets changed. Likewise, with templates...where appropriate, I am using templates throughout new code and have refactored one of our entire websites to be based on templates such are the advantages I see. Having adopted, templates I am advising other monks that they are worthwhile at least investigating - e.g. Re^5: send mail cgi

For the avoidance of doubt, it was not me asking anonymously for examples.
I have never posted anonymously since creating and account. I may have done before that but cannot recall doing so.


In reply to Re^8: "" but true by Bod
in thread "" but true by Chuma

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.