Hi perlmonks,
I have no experience on socket programming.
I decided to learn it through Learning Perl, because I like Perl indeed.
My first question is: What is timeout? And how do I config and process it?
The second: The statement if(SOCKET->opened) appears in someone's script.
I can not find any help on opened() function in the documents with ActivePerl 5.6.
Does it return whether the SOCKET is in existence?
Pardon my puerile questions and immature English.
Thank you.