ActiveState homepage
docs.activestate.com
ActivePerl 5.28 Documentation
  • Get ActivePerl
      Release notes Windows installation Linux Installaton macOS Installation License
  • Get Started
      Windows Perl 5.28 docs
  • Contact Us

accept - perldoc.perl.org
Home  > Language reference > Functions > accept
Perl 5 version documentation

accept

Perl functions A-Z | Perl functions by category | The 'perlfunc' manpage
  • 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 will be set for the newly opened file descriptor, as determined by the value of $^F . See $^F in perlvar.

Documentation built with Hugo using the Material theme.
ActiveState Platform   Downloads   Community   Code Recipes  
© 2020 ActiveState Software Inc. All rights reserved. Trademarks. Privacy Policy.