G'day anek77713,

"Can someone give me a hint?"

One of the first tools I reach for when seeking Perl information is Perldoc. This is available online from http://perldoc.perl.org/perl.html (I recommend you bookmark this) and as the commandline utility perldoc.

"What should I read to learn building modules over existing ones?"

This is very vague: "building" (writing? creating? other?); "over" (on top of/replacing? instead of? subclassing? other?); "existing" (builtin? CPAN? in-house? other?).

Under the Reference Manual section of the link I provided above, you'll find a block of six links whose descriptions all start with "Perl modules:":

One or more of those may well provide the information you're looking for. If not, please ask a more specific question.

-- Ken


In reply to Re: Building Perl Modules by kcott
in thread Building Perl Modules by anek77713

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.