Their main point was "new() doesn't make the object -- it's not really OO programming, it's procedural"

..at which point, I said something along the lines of "I don't really agree with your thoughts on that", and left it at that.......

(Honestly -- the most dangerous people are the ones that think that they DON'T need to ask questions of themselves, IMO -- what's the point, if you can't keep improving yourself?)

To be honest, the panel of people also said that my commenting was "uninspiring" (but, what did they expect in a 45 minute interview, eh?!) -- but I like to declare an object like this (I'm not keen on the alternate ways of declaring a new object, but that's my own view!) :
my $objectUsing = Bob::Object->new();

In reply to Re^2: new() function: incorrect? by lukeyboy1
in thread new() function: incorrect? by lukeyboy1

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.