Lines 1-9
Link Here
|
1 |
IPC::Shareable allows you to tie a variable to shared memory making it |
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. |
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 |
3 |
Scalars, arrays, and hashes can be tied. The variable being tied may |
4 |
a work in progress. However, the variable being tied may contain |
4 |
contain arbitrarily complex data structures - including references to |
5 |
arbitrarily complex data structures - including references to arrays, |
5 |
arrays, hashes of hashes, etc. |
6 |
hashes of hashes, etc. See the "REFERENCES" entry in this man page below |
|
|
7 |
for more information. |
8 |
|
6 |
|
9 |
WWW: http://search.cpan.org/dist/IPC-Shareable/ |
7 |
WWW: http://search.cpan.org/dist/IPC-Shareable/ |