debian man page for tie::stdhandle

Query: tie::stdhandle

OS: debian

Section: 3perl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Tie::StdHandle(3perl)					 Perl Programmers Reference Guide				     Tie::StdHandle(3perl)

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.14.2 2010-12-30 Tie::StdHandle(3perl)
Related Man Pages
tie::handle(3pm) - redhat
tie::scalar(3pm) - mojave
tie::handle(3pm) - mojave
tie::scalar(3pm) - redhat
tie::handle(3pm) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph