Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Binds an address to a socketFind the other end of a socket ... (Berikutnya)
Low-level socket functions

Connect to a remote socket

Daftar Isi

  • connect SOCKET,NAME

    Attempts to connect to a remote socket, just like connect(2).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) Binds an address to a socketFind the other end of a socket ... (Berikutnya)