DOKK / manpages / debian 11 / libx11-protocol-perl / X11::Protocol::Connection::FileHandle.3pm.en
Protocol::Connection::FileHandle(3pm) User Contributed Perl Documentation Protocol::Connection::FileHandle(3pm)

X11::Protocol::Connection::FileHandle - Perl module base class for FileHandle-based X11 connections

  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 <SMCCAM@cpan.org>.

perl(1), X11::Protocol, X11::Protocol::Connection::INETFH, X11::Protocol::Connection::UNIXFH, FileHandle.

2020-12-18 perl v5.32.0