The reason not to use Exporter would be to easily identify
which module contains the body of the subroutine that you are
calling. If you create many modules and then export them
all into the same namespace it might get confusing about
which subroutine belongs with which module. Also, it helps
to avoid the case of two modules exporting a subroutine
with the same name. Just something to keep in the back of
your mind as you develop the code.
As far as the object goes, I think you have a good grasp of
what an object is. For a package to define an object, it must
contain a subroutine that returns the blessed reference. This
is typically named "new" but it does not have to be.
I may have caused some confusion by using the terms module and package
interchangeably - which they are (for the most part) in my own mind.
I am not sure of what the actual difference between the terms
is though.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.