Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: sndChapter 8
Standard Modules
Next: 8.97 IPC::Msg
 

stat

$ds = $msg->stat

Returns an object of type IPC::Msg::stat (which is a subclass of Class::Struct) that provides the following fields:

uid    gid    cuid    cgid
mode   qnum   qbytes  lspid
lrpid  stime  rtime   ctime
See the stat function and your system documentation for more information.


Previous: Reference: sndPerl in a NutshellNext: 8.97 IPC::Msg
Reference: sndBook Index8.97 IPC::Msg