Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

X11::Protocol::Connection::UNIXSocket (3)

Name

X11::Protocol::Connection::UNIXSocket - Perl module for IO::Socket::UNIX-based X11 connections

Synopsis

use X11::Protocol;
use X11::Protocol::Connection::UNIXSocket;
$conn = X11::Protocol::Connection::UNIXSocket
->open($host, $display_number);
$x = X11::Protocol->new($conn);

Description

User Contributed Perl Documentation
                                           Protocol::Connection::UNIXSocket(3)



NAME
       X11::Protocol::Connection::UNIXSocket - Perl module for
       IO::Socket::UNIX-based X11 connections

SYNOPSIS
         use X11::Protocol;
         use X11::Protocol::Connection::UNIXSocket;
         $conn = X11::Protocol::Connection::UNIXSocket
           ->open($host, $display_number);
         $x = X11::Protocol->new($conn);

DESCRIPTION
       This module is used by X11::Protocol to establish a connection and
       communicate with a server over a local Unix-domain socket connection,
       using the IO::Socket::UNIX module. The host argument is ignored.

AUTHOR
       Stephen McCamant <SMCCAM@cpan.org>.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------------------+
       |ATTRIBUTE TYPE |           ATTRIBUTE VALUE            |
       +---------------+--------------------------------------+
       |Availability   | library/perl-5/perl-x11-protocol-532 |
       +---------------+--------------------------------------+
       |Stability      | Uncommitted                          |
       +---------------+--------------------------------------+

SEE ALSO
       perl(1), X11::Protocol, X11::Protocol::Connection::INETSocket,
       X11::Protocol::Connection::Socket, IO::Socket.



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-0.56.tar.gz.

       Further information about this software can be found on the open source
       community website at http://search.cpan.org/~smccam/X11-Protocol.



perl v5.32.0                      2003-02-15
                                           Protocol::Connection::UNIXSocket(3)