ports/devel/p5-IPC-Shareable/pkg-descr
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00

9 lines
493 B
Text

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.
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 man page below
for more information.
WWW: http://search.cpan.org/dist/IPC-Shareable/