Hmm, I'm confused. I tried running your example in the pod documentation, and some process didn't get killed after die()ing on send_data(). I got curious, and placed a few debug statements:

me@myhost /home/me> perl test.pl Listening on 55644 Can't connect to 127.0.0.1:55648: Bad file number at test.pl line 5 (* +) Caught SIGCHLD for 10701 ^C (*) I changed this die() to a croak()

Hmm?? Shared::Retriever is apparently listening on port 55644, and the new() of Shared::Local is trying to connect to 55648?

Wouldn't this then be better if you standardized on some default port, so that you can create Shared::Remote objects without knowing the remote port?

I apologize if I'm missing the point...


In reply to Re: Shared.pm by lestrrat
in thread Shared.pm by jryan

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.