Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-IPC-Shareable: Share Perl variables between processes
- Summary
- 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.
Changelog
- * Fri Sep 8 17:00:00 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-3
- Rebuild for FC6.
- * Mon Feb 20 16:00:00 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-2
- Rebuild for FC5 (perl 5.8.8).
- * Sat Oct 22 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-1
- First build.