I think I'll just always consider myself an amateur, (unless I'm working on my resume, in which case isn't everyone advanced? :)) After all, if theres only three levels, I'll never be just two levels below someone like merlyn no matter what skill set each level encompasses.

Although I don't know or care exactly what level I truly am, I do know that I can look back on code I've written not even a month prior and improve readability/maintainability/elegance etc... based on new concepts I've picked up. This confirms that I'm still learning and that's what matters.

As far as the code in I present to you... Horrible code! that node has almost nothing to do with lack of Perl knowledge and everything to do with lack of general programming knowledge. A complete Perl newbie with a good programming background would never have written such poorly laid out code even if they were his first lines of Perl.

OOP is considered an Advanced Topic in Perl Programming, so does not using OOP imply an Amateurish level of Perl knowledge?

Not using OOP doesn't imply an amateurish level of Perl knowledge at all, trust me I've seen some pretty amateurish OO code. Perhaps not knowing when to use OOP and when not to implies an amateurish knowledge of OOP however.


In reply to Re: Indicators of your Perl skill by daddyefsacks
in thread Indicators of your Perl skill by kiat

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.