The following module was proposed for inclusion in the Module List:

  modid:       POSIX::Socket
  DSLIP:       aahfp
  description: Low-level Perl interface to POSIX sockets
  userid:      YURY (Yury Kotlyarov)
  chapterid:   4 (Operating_System_Interfaces)
  communities:
    perlmonks.org

  similar:
    N/A

  rationale:

    POSIX::Socket perl module allows you to work with sockets at low
    level using the file descriptors. This solution is necessary for
    share sockets between threads. This module extends the POSIX perl
    module to work with sockets. POSIX perl module provides low-level
    functions for working with fd files (not sockets), such as 'open',
    'close', 'read', 'write' etc. POSIX::Socket provides 'socket',
    'bind', 'listen', 'send', 'sendto', 'recv' etc. Perl modules Socket
    and IO::Socket uses file handles (not fds), POSIX uses fds. So I
    think that the modile name Socket under root name POSIX most clearly
    reflects the purpose of the module as essentially extends the
    capabilities of the POSIX perl module.

  enteredby:   YURY (Yury Kotlyarov)
  enteredon:   Sat Mar 17 15:57:42 2012 GMT

The resulting entry would be:

POSIX::
::Socket          aahfp Low-level Perl interface to POSIX sockets    YURY


Thanks for registering,
-- 
The PAUSE

PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=d5800000_6ac68756e5e29ddf&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=d5800000_6ac68756e5e29ddf&SUBMIT_pause99_add_mod_insertit=1
Peek at the current permissions:
  
https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=POSIX%3A%3ASocket

Reply via email to