The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::SockAddr::Unix - AF_UNIX sockaddr

SYNOPSIS & DESCRIPTION

See Net::SockAddr.

METHODS

new($path) [CLASS METHOD]

Creates object from file path. Dies if $path is too long to fit in current system's sockaddr_un.

path()

Returns path

LIMITATIONS

This class is unavailable on Windows systems.

Windows 10 supports AF_UNIX since Build 17063. However support for it hasn't been implemented in this module yet.

AUTHOR

Pronin Oleg <syber@crazypanda.ru>

Crazy Panda LTD

LICENSE

You may distribute this code under the same terms as Perl itself.