Tutorials Point


  Perl Home

  PERL Functions

© 2013 TutorialsPoint.COM


  Home     References     About TP     Advertising  

PERL msgget Function



Advertisements

Syntax

msgget KEY, FLAGS


Definition and Usage

Calls the System V IPC function msgget(2). Returns the message queue id, or the undefined value if there is an error.

Return Value

  • undef on error

  • Message queue ID



Advertisements


  

Advertisements