1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Dima Dorfman 74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00

8 lines
472 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. 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.