| Hoppy documentation | view source | Contained in the Hoppy distribution. |
Hoppy::TCPHandler - multi-declaration of TCPHandler classes.
use Hoppy::TCPHandler;
"use Hoppy::TCPHandler" works same as bellows.
use Hoppy::TCPHandler::Input; use Hoppy::TCPHandler::Connected; use Hoppy::TCPHandler::Disconnected; use Hoppy::TCPHandler::Error; use Hoppy::TCPHandler::Send;
Takeshi Miki <miki@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Hoppy documentation | view source | Contained in the Hoppy distribution. |