3.2.7 bindbind
This function does the same thing as the
bind
system call - see
bind
(2). It attaches an address (a name) to an
already opened socket specified by the bind S, $sockaddr or die "Can't bind address: $!\n"; See also the example in the section "Sockets" in Chapter 6 . |
|