Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle.


NAME

Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle.

Back to Top


VERSION

version 0.01011617

Back to Top


DESCRIPTION

This is an internal component used by the Data::Handle manpage 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 the Data::Handle manpage 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.

Back to Top


AUTHOR

Kent Fredric <kentnl@cpan.org>

Back to Top


COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.

Back to Top

 Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle.