Last week I took part in a pair programming event put on by the local Perl Mongers as hosted by our own TomDLux. It was most illuminating, but what really fascinated me was the use of h2xs to build the framework for the module that we were writing.

Any one who is serious about learning about how modules work or has any interest in downloading and using modules from CPAN should definitely use h2xs to build a module (if they haven't already). Once you've built a module (and written a few tests), gotten everything to pass and written some documentation, the whole black art of using modules should be much clearer.

That was the approach the man behind the keyboard took (I kibitzed from the side), and it was facinating to watch. Needles to say, I learned a huge amount. Highly recommended.

Alex / talexb / Toronto

Life is short: get busy!


In reply to In praise of h2xs: A tool you gotta have by talexb

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.