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.34.0 2025-07-25 Tie::StdHandle(3perl)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-11-27 01:18 @216.73.216.86 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)