mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
6 lines
312 B
Plaintext
6 lines
312 B
Plaintext
IPC::Shareable allows you to tie a variable to shared memory making
|
|
it easy to share the contents of that variable with other Perl
|
|
processes. Scalars, arrays, and hashes can be tied. The variable
|
|
being tied may contain arbitrarily complex data structures -
|
|
including references to arrays, hashes of hashes, etc.
|