summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Shareable/DESCR
blob: 48477cf0d599847ce0bd705b47ca4bef84f51d43 (plain)
1
2
3
4
5
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.