perl-IPC-Shareable - Share Perl variables between processes
Website: | http://search.cpan.org/dist/IPC-Shareable/ |
---|---|
License: | GPLv2+ |
Vendor: | Fedora Project |
- Description:
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.
Packages
perl-IPC-Shareable-0.60-6.fc9.noarch [39 KiB] |
Changelog
by Tom "spot" Callaway (2008-02-04):
- fix test38 so it doesn't hang forever - fix IPC::Shareable STORESIZE |