mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3438772fd5
IPC::Shareable allows you to tie a a variable to shared memory making it easy to share the contents of that variable with other Perl processes. PR: ports/18816 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
8 lines
474 B
Plaintext
8 lines
474 B
Plaintext
IPC::Shareable allows you to tie a a variable to shared memory making
|
|
it easy to share the contents of that variable with other Perl
|
|
processes. Currently either scalars or hashes can be tied; tying of
|
|
arrays remains a work in progress. However, the variable being tied may
|
|
contain arbitrarily complex data structures - including references to
|
|
arrays, hashes of hashes, etc. See the "REFERENCES" entry in this
|
|
manpage below for more information.
|