MojoX::HandleRun


NAME

MojoX::Handle - IO::Handle wrapper with some socket-like behaviour.


SYNOPSIS

 my $h = MojoX::HandleRun->new();


OBJECT CONSTRUCTOR

new ()

Constructor accepts the same arguments as the IO::Handle manpage constructor. See the IO::Handle manpage for details.


METHODS

This class inherits all methods from the IO::Handle manpage.

connected ()

This method is just wrapper around opened() method found in the IO::Handle manpage.

peerhost ()

Always returns empty string.

peerport ()

Always returns -1.


SEE ALSO

the IO::Handle manpage


AUTHOR

"Brane F. Gracnar", <"bfg at frost.ath.cx">


LICENSE AND COPYRIGHT

Copyright 201, Brane F. Gracnar.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

 MojoX::HandleRun