ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
324 B
Text
6 lines
324 B
Text
The IPC::Mmap::Share was born out of the need to share structures among
|
|
processes that come from the same ancestor. It tries to do so in a very simple
|
|
and straightforward manner. Just create an IPC::Mmap::Share object, and use set
|
|
to store your data and get to get it back.
|
|
|
|
WWW: https://metacpan.org/release/IPC-Mmap-Share
|