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?