Man Page: tie::stdhandle
Operating Environment: debian
Section: 3perl
Tie::StdHandle(3perl) Perl Programmers Reference Guide Tie::StdHandle(3perl)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.14.2 2010-12-30 Tie::StdHandle(3perl)
| Related Man Pages |
|---|
| tie::handle(3pm) - mojave |
| tie::handle(3pm) - osx |
| tie::scalar(3pm) - centos |
| tie::handle(3perl) - debian |
| tie::scalar(3perl) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| New UNIX and Linux History Sections |