Why not adopt me?
NAME
Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle.
VERSION
version 1.000001
DESCRIPTION
This is an internal component used by Data::Handle used as a tie
target to provide accessibility to the Perl Core functions, in order to truly emulate a file-handle.
All the methods on this tie are essentially proxy methods that feed back to Data::Handle methods, so that all internal calls and all method calls can be coded the same way.
For instance: getc($fh)
maps to being the same as if you'd done $fh-
_getc() >
You're not really supposed to use this package Directly though.
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.