| Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle. |
Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle.
version 0.01011617
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.
Kent Fredric <kentnl@cpan.org>
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.
| Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle. |