The Wayback Machine - https://web.archive.org/web/20160121081147/http://perldoc.perl.org:80/functions/msgsnd.html

Perl version

Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

msgsnd

Perl 5 version 22.0 documentation

Please note: Many features of this site require JavaScript. You appear to have JavaScript disabled, or are running a non-JavaScript capable web browser.

To get the best experience, please enable JavaScript or download a modern web browser such as Internet Explorer 8, Firefox, Safari, or Google Chrome.

Recently read

msgsnd

  • msgsnd ID,MSG,FLAGS

    Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, be followed by the length of the actual message, and then finally the message itself. This kind of packing can be achieved with pack("l! a*", $type, $message) . Returns true if successful, false on error. See also the IPC::SysV and IPC::SysV::Msg documentation.

    Portability issues: msgsnd in perlport.

 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.