|
X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections
|
X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
package X11::Protocol::Connection::WeirdFH;
use X11::Protocol::Connection::FileHandle;
@ISA = ('X11::Protocol::Connection::FileHandle')
This module defines get(), give() and fh() methods common to
X11::Protocol::Connection types that are based on the FileHandle
package. They expect the object they are called with to be a reference
to a FileHandle.
Stephen McCamant <alias@mcs.com>.
perl(1),
the X11::Protocol manpage,
the X11::Protocol::Connection::INETFH manpage,
the X11::Protocol::Connection::UNIXFH manpage,
the FileHandle manpage.
|
X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections
|
|