in reply to Re: IPC::SharedMem::stat using Class::Struct (UPDATED)
in thread IPC::SharedMem::stat using Class::Struct
the module does not have a separate pack and unpack method ... the module is using the core pack and unpack of Perl
Sorry, that's not correct. As the AM post pointed out, those methods are coming from XS, specifically SysV.xs. It appears the job of IPC::SharedMem::stat::unpack is to take the fields of struct shmid_ds and store them in a Perl object of type IPC::SharedMem::stat (defined in IPC::SharedMem).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: IPC::SharedMem::stat using Class::Struct (UPDATED)
by thanos1983 (Parson) on Sep 29, 2017 at 13:03 UTC |