| MojoX::HandleRun |
MojoX::Handle - IO::Handle wrapper with some socket-like behaviour.
my $h = MojoX::HandleRun->new();
Constructor accepts the same arguments as the IO::Handle manpage constructor. See the IO::Handle manpage for details.
This class inherits all methods from the IO::Handle manpage.
This method is just wrapper around opened() method found in the IO::Handle manpage.
Always returns empty string.
Always returns -1.
"Brane F. Gracnar", <"bfg at frost.ath.cx">
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 |