Hi, I am using telnet on Solaris 10 machine. Following is the Solaris version details. Solaris 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-V490. The problem is when i use the select(undef, undef, undef, 5) in my perl module, it returns 0. However when i try to telnet manually it works fine. Also the same select(undef, undef, undef, 5) works fine on my other Solaris 10 machine. Please let me if i need to do any telnet related configuration on the solaris 10 machine. I have gone through the link http://perldoc.perl.org/functions/select.html but of no help. Any help would be really appreciated. Thanks

In reply to Telnet Time Out while using select(undef, undef, undef, 5) by awm_123

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.