FreeBSD Manual Pages
Protocol::Connection::UserHContributed PerlProtocol::Connection::FileHandle(3) NAME X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections SYNOPSIS package X11::Protocol::Connection::WeirdFH; use X11::Protocol::Connection::FileHandle; @ISA = ('X11::Protocol::Connection::FileHandle') DESCRIPTION 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. AUTHOR Stephen McCamant <SMCCAM@cpan.org>. SEE ALSO perl(1), X11::Protocol, X11::Protocol::Connection::INETFH, X11::Protocol::Connection::UNIXFH, FileHandle. perl v5.32.0 2003-10-1Protocol::Connection::FileHandle(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=X11::Protocol::Connection::FileHandle&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>