mojave man page for tie::stdhandle

Query: tie::stdhandle

OS: mojave

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.18.2 2014-01-06 Tie::StdHandle(3pm)
Related Man Pages
tie::scalar(3pm) - suse
tie::scalar(3pm) - mojave
tie::handle(3pm) - osx
tie::scalar(3pm) - centos
tie::handle(3pm) - suse
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
Controlling user input
Python 3.8.0rc1 released.