Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

perlfunc:getsockname

by gods (Initiate)
on Aug 24, 1999 at 22:42 UTC ( [id://234]=perlfunc: print w/replies, xml ) Need Help??

getsockname

See the current Perl documentation for getsockname.

Here is our local, out-dated (pre-5.6) version:


getsockname - retrieve the sockaddr for a given socket



getsockname SOCKET



Returns the packed sockaddr address of this end of the SOCKET connection.

    use Socket;
    $mysockaddr = getsockname(SOCK);
    ($port, $myaddr) = unpack_sockaddr_in($mysockaddr);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-20 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found