in reply to Re: Re: IO::Socket::INET Timeout Issue
in thread IO::Socket::INET Timeout Issue

5.6 on Solaris runs your test code fine (except I changed 'use IO::Select::INET' to 'use IO::Socket' and 'IO::Select::INET->new' to 'IO::Socket::INET->new'), with no timeout specified, 0, 120, 500, whatever.

I'm curious what version of IO::Socket you have on your system? I'm using 1.1602 here.

  • Comment on Re: Re: Re: IO::Socket::INET Timeout Issue

Replies are listed 'Best First'.
Re: Re: Re: Re: IO::Socket::INET Timeout Issue
by Hrunting (Pilgrim) on Feb 07, 2001 at 03:40 UTC
    Yeah, sorry, that was not a cut and paste.

    The version of IO::Socket::INET is 1.25 and the version of IO::Socket is 1.26. Like I said, it's a fresh install of the latest stable tarball from CPAN.