zoom29 has asked for the wisdom of the Perl Monks concerning the following question:

I'm looking for info on all the methods such as $client=$server->accept(); $select->add($client); where $server=IO::Socket::INET->new(....) $select=IO::Select->new($server); etc,etc. however I haven't been able to locate it. Any ideas? Thanks
  • Comment on where can I find doco on IO::socket::INET methods?

Replies are listed 'Best First'.
Re: where can I find doco on IO::socket::INET methods?
by bikeNomad (Priest) on Jun 05, 2001 at 22:02 UTC
    Do you mean that
    perldoc IO::Socket::INET
    doesn't work for you? Or that you need more information than just the manpages for Socket, IO::Socket, and IO::Socket::INET?

    Doing a web search for "IO::Socket::INET tutorial" I find this article which seems to be a tutorial.