Query: tie::stdhandle
OS: centos
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tie::StdHandle(3pm) Perl Programmers Reference Guide Tie::StdHandle(3pm)NAMETie::StdHandle - base class definitions for tied handlesSYNOPSISpackage NewHandle; require Tie::Handle; @ISA = qw(Tie::Handle); sub READ { ... } # Provide a needed method sub TIEHANDLE { ... } # Overrides inherited method package main; tie *FH, 'NewHandle';DESCRIPTIONThe Tie::StdHandle package provide most methods for file handles described in perltie (the exceptions are "UNTIE" and "DESTROY"). It causes tied file handles to behave exactly like standard file handles and allow for selective overwriting of methods. perl v5.16.3 2013-03-04 Tie::StdHandle(3pm)
Related Man Pages |
---|
tie::handle(3pm) - redhat |
tie::scalar(3pm) - osx |
tie::handle(3pm) - centos |
tie::handle(3perl) - debian |
tie::scalar(3perl) - debian |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |