Tie::StdHandle



Tie::StdHandle

NAME
SYNOPSIS
DESCRIPTION

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.



More Linux Commands

manpages/TAP::Parser::Multiplexer.3pm.html
TAP::Parser::Multiplexer(3pm) - Multiplex multiple TAP::Pars
TAP::Parser::Multiplexer gathers input from multiple TAP::Parsers. Internally it calls select on the input file handles for those parsers to wait for one or mor

manpages/gnutls_x509_crq_set_key_purpose_oid.3.html
gnutls_x509_crq_set_key_purpose_oid(3) - API function.......
gnutls_x509_crq_set_key_purpose_oid.3 - This function will set the key purpose OIDs of the Certificate. These are stored in the Extended Key Usage extension (2.

manpages/svc_run.3.html
svc_run(3) - library routines for remote procedure calls....
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/wunctrl_sp.3ncurses.html
wunctrl_sp(3ncurses) - curses screen-pointer extension......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/Tcl_UniCharIsDigit.3.html
Tcl_UniCharIsDigit(3) - routines for classification of Tcl_U
All of the routines described examine Tcl_UniChars and return a boolean value. A non-zero return value means that the character does belong to the character cla

manpages/gnutls_certificate_set_x509_key_mem.3.html
gnutls_certificate_set_x509_key_mem(3) - API function.......
gnutls_certificate_set_x509_key_mem.3 - This function sets a certificate/private key pair in the gnutls_certificate_credentials_t structure. This function may b

manpages/mrand48.3.html
mrand48(3) - generate uniformly distributed pseudo-random nu
These functions generate pseudo-random numbers using the linear congruential algorithm and 48-bit integer arithmetic. The drand48() and erand48() functions retu

manpages/pamsharpness.1.html
pamsharpness(1) - measure the sharpness of a PNM/PAM image
This program is part of Netpbm(1) pamsharpness reads a Netpbm image (PNM or PAM) and prints a message to Standard Output giving a number that tells how sharp it

manpages/XFillPolygon.3.html
XFillPolygon(3) - fill rectangles, polygons, or arcs........
The XFillRectangle and XFillRectangles functions fill the specified rectangle or rectangles as if a four-point FillPolygon protocol request were specified for e

manpages/perl5162delta.1.html
perl5162delta(1) what is new for perl v5.16.2 (Man Page)....
This document describes differences between the 5.16.1 release and the 5.16.2 release. If you are upgrading from an earlier release such as 5.16.0, first read p

manpages/dircolors.1.html
dircolors(1) - color setup for ls - Linux manual page.......
Output commands to set the LS_COLORS environment variable. Determine format of output: -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS -c, --

manpages/ExtUtils::MM_UWIN.3pm.html
ExtUtils::MM_UWIN(3pm) - U/WIN specific subclass of ExtUtils
This is a subclass of ExtUtils::MM_Unix which contains functionality for the AT&T U/WIN UNIX on Windows environment. Unless otherwise stated it works just like





We can't live, work or learn in freedom unless the software we use is free.