i find that the documentation on net::telnet does little beyond list out the avalible functions and demonstrate 5 or 6 of the 17 possible commands and actually need to use a few of them that were not demonstrated just mentioned, like
get - read block of data $data = $obj->get([Binmode => $mode,] [Errmode => $errmode,] [Telnetmode => $mode,] [Timeout => $secs,]); This method reads a block of data from the object and returns it a +long with any buffered data. If no buffered data is available to retu +rn, it will wait for data to read using the timeout specified in the +object. You can override that timeout using $secs. Also see timeout() +. If buffered data is available to return, it also checks for a block + of data that can be immediately read. On eof an undefined value is returned. On time-out or other failur +es, the error mode action is performed. To distinguish between eof or + an error occurring when the error mode is not set to "die", use eof( +). Optional named parameters are provided to override the current set +tings of binmode, errmode, telnetmode, and timeout.
this does not say anything about how one get's something just what to do with small bits of get, and not even that really....

so if anyone has a decent telnet tutorial out there and is willing to send it my way that would be of help


In reply to net::telnet tutorial anyone? by Anonymous Monk

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.