1Protocol::Connection::UUNsIeXrFHC(o3n)tributed Perl DocuPmreonttoactoilo:n:Connection::UNIXFH(3)
2
3
4
6 X11::Protocol::Connection::UNIXFH - Perl module for FileHandle-based
7 Unix-domain X11 connections
8
10 use X11::Protocol;
11 use X11::Protocol::Connection::UNIXFH;
12 $conn = X11::Protocol::Connection::UNIXFH
13 ->open($host, $display_number);
14 $x = X11::Protocol->new($conn);
15
17 This module is used by X11::Protocol to establish a connection and
18 communicate with a server over a local Unix-domain socket connection,
19 using the FileHandle module. The host argument is ignored.
20
22 Stephen McCamant <SMCCAM@cpan.org>.
23
25 perl(1), X11::Protocol, X11::Protocol::Connection::INETFH,
26 X11::Protocol::Connection::FileHandle, FileHandle.
27
28
29
30perl v5.32.0 2020-07-28 Protocol::Connection::UNIXFH(3)