G'day Wiggins,

This book was printed about 16 years ago and, as such, is now rather dated. Perl 5.4 was the current version around that time (see perlhist for specifics).

I had a quick scan through Chapter 13 (I assume that's what you're referring to) but neither g-pkg nor #New Server ... leapt out at me. Could you reference their page numbers and also give some indication of what you're having trouble understanding.

I did find the code for set_event_handler() (page 214). Most of the examples of its usage (e.g. connect(), disconnect(), send_later()) do not have a package name as the first argument. However, on page 205, you will find the call:

Msg->set_event_handler(\*STDIN, "read" => \&kbd_input);

I'm not sure if that helps. Again, some indication of what you're having trouble understanding would help in providing a better answer.

-- Ken


In reply to Re: Msg.pm + UDP by kcott
in thread Msg.pm + UDP by Wiggins

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.