Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Break a tie binding to a variableBinds an address to a socket (Berikutnya)
Low-level socket functions

Accept an incoming socket connect

Daftar Isi

  • accept NEWSOCKET,GENERICSOCKET

    Accepts an incoming socket connect, just as accept(2) does. Returns the packed address if it succeeded, false otherwise.See the example in Sockets: Client/Server Communication in perlipc.

    On systems that support a close-on-exec flag on files, the flag willbe set for the newly opened file descriptor, as determined by thevalue of $^F. See $^F in perlvar.

 
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) Break a tie binding to a variableBinds an address to a socket (Berikutnya)