p5-IPC-Shareable

share Perl variables between processes

WWW CVSWeb GITHub
  1. Package version
    p5-IPC-Shareable-0.61p1
  2. Maintainer
    The OpenBSD ports mailing-list

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.