Import x11/cinnamon-screensaver version 2.2.4
[dports.git] / devel / p5-IPC-Shareable / pkg-descr
1 IPC::Shareable allows you to tie a variable to shared memory making it
2 easy to share the contents of that variable with other Perl processes.
3 Currently either scalars or hashes can be tied; tying of arrays remains
4 a work in progress. However, the variable being tied may contain
5 arbitrarily complex data structures - including references to arrays,
6 hashes of hashes, etc. See the "REFERENCES" entry in this man page below
7 for more information. 
8
9 WWW: http://search.cpan.org/dist/IPC-Shareable/