osx man page for tie::stdhandle

Query: tie::stdhandle

OS: osx

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)

NAME
Tie::StdHandle - base class definitions for tied handles
SYNOPSIS
package NewHandle; require Tie::Handle; @ISA = qw(Tie::Handle); sub READ { ... } # Provide a needed method sub TIEHANDLE { ... } # Overrides inherited method package main; tie *FH, 'NewHandle';
DESCRIPTION
The 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.2 2012-10-25 Tie::StdHandle(3pm)
Related Man Pages
tie::hash(3pm) - redhat
tie::scalar(3pm) - osx
tie::handle(3pm) - centos
tie::scalar(3pm) - centos
tie::scalar(3perl) - debian
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
Hearing Aid for OSX 10.12.x and greater.
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...