I guess I have resolved some of the problems I was having. Thanks for the help. I've spent some long hours staring at
(sometimes called 'reading') the Lincoln Stein book... and trying examples. What it boiled down to was:
1). Noob at the contols.
2). The equipment at work functions differently than the sever I was able to cook up for dev. (compounded the confusion).
3). When I use the methods in IO::Socket::INET, I can talk adequately talk to the equipment at work.
4). My local scruffed-together-server is still broken, but I'm over it.
5). The IO::Socket::INET in its basic mode is text and line oriented...which works for this program.


In reply to Re^4: Telnet Client/Server: What am I doing wrong? by PM_Visitor
in thread Telnet Client/Server: What am I doing wrong? by PM_Visitor

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.