I was just reading this node: 442402, and noted that there are many changes in Perl 6 that give every appearance of making it more Object Oriented. All well and good, but I still program everything like it's a lathe (purely procedural) and I've been trying to get my head around OO for 15 years and made no progress. Every time I try to make sense of OO programming it just stops a the eyes and won't go in. That's the background, here are the questions:

How much of my (largely bad, wholly untutored) Perl 5 code will break when I upgrade to Perl 6?

How am I going to get better as a programmer if, just as I'm getting comfortable with them, my tools shift under my feet?

If I am going to be forced to become comfortable with OO programming because all of the easy-to-use tools move to an OO architecture, how do I learn OO without melting my brain?

Any insight would be appreciated, thanks.


In reply to Perl 6, Object Orientation and Melting Brains by willyyam

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.