jabowery has asked for the wisdom of the Perl Monks concerning the following question:
This module was written to imitate the IO::Socket::INET API
So an obvious question is:
Is there a better way to get networking modules that use IO::Socket::INET to instead use Coro::Socket, than to copy the code and do a search and replace?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Making Coro::Socket Override IO::Socket::INET
by aitap (Curate) on Jun 17, 2013 at 18:14 UTC |