start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: atan2 Chapter 5
Function Reference
Next: Reference: binmode
 

bind

bind 
socket
, 
address

Attaches an address to an already opened socket specified by the socket filehandle. The function returns true for success, false otherwise (and puts the error code into $! ). address should be a packed address of the proper type for the socket.


Previous: Reference: atan2 Perl in a Nutshell Next: Reference: binmode
Reference: atan2 Book Index Reference: binmode