1Protocol::Connection::SUoscekretC(o3n)tributed Perl DocuPmreonttoactoilo:n:Connection::Socket(3)
2
3
4
6 X11::Protocol::Connection::Socket - Perl module base class for
7 IO::Socket-based X11 connections
8
10 package X11::Protocol::Connection::WeirdSocket;
11 use X11::Protocol::Connection::Socket;
12 @ISA = ('X11::Protocol::Connection::Socket')
13
15 This module defines get(), give() and fh() methods common to
16 X11::Protocol::Connection types that are based on IO::Socket. They
17 expect the object they are called with to be a reference to an
18 IO::Socket.
19
21 Stephen McCamant <SMCCAM@cpan.org>.
22
24 perl(1), X11::Protocol, X11::Protocol::Connection::INETSocket,
25 X11::Protocol::Connection::UNIXSocket, IO::Socket.
26
27
28
29perl v5.38.0 2023-07-21 Protocol::Connection::Socket(3)