Yes StevieB I think you have hit the nail on the head. I do understand data types enough to know what you are talking about and yes, I do need the one more simple tutuorial to 'get' the accessing of referenced data tyes. probably a few more.

In some live code I am continually updating I have been getting confused a lot around the use of the dereferencing symbol '->' especially as it seems to have many uses between hashes and subs in regards to methods and classes.

There was a brief discussion about the importer being still broken, and I don't know but maybe this is why I am able to call methods as classes when i shouldn't or vice-versa or something if that is what im doing. Basically if i hack it and it works im good, but I kind of expect the main functionalities of inheritance to be right firstly. hmmm. of course i know not what im talking about here. and secondly to 'fix' that now will break pretty much all of cpan?

some perl teachings/implementations seem to contradict how you are 'allowed' to import and/or call methods/classes from modules. For example - iirc, i should say use cgi qw/:comment/ but because i have declared the single import that should define all other methods as not imported. And that I should then only be able to access object classes using class calls and not method calls etc......

So yeah! Can't wait for the objects tuts. Thanks Greatly, and please continue.


Coyote
"Auto-decrement is not magical."
programming perl rev 1


In reply to Re: RFC (possible new tutorial) Guide to references; The Basics by Don Coyote
in thread RFC (possible new tutorial) Guide to references; The Basics by stevieb

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.