tie::stdhandle(3pm) suse man page | unix.com

Man Page: tie::stdhandle

Operating Environment: suse

Section: 3pm

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.12.1 2010-04-26 Tie::StdHandle(3pm)
Related Man Pages
tie::handle(3pm) - redhat
tie::scalar(3pm) - mojave
tie::handle(3pm) - mojave
tie::scalar(3pm) - osx
tie::scalar(3pm) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB