Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Accept an incoming socket connectConnect to a remote socket (Berikutnya)
Low-level socket functions

Binds an address to a socket

Daftar Isi

  • bind SOCKET,NAME

    Binds a network address to a socket, just as bind(2)does. Returns true if it succeeded, false otherwise. NAME should be apacked address of the appropriate type for the socket. See the examples inSockets: Client/Server Communication in perlipc.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Accept an incoming socket connectConnect to a remote socket (Berikutnya)