The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.12 - 2022-03-13

  • Add tests in t/07-new.t to test how using tied() against a dereferenced variable returned from new() allows access to the underlying IPC::Shareable object
  • Reworked how spawn() and unspawn() manage things internally
  • POD updates, fixes and clarifications
  • Removed spawn() and unspawn(). There's really no need for these as one can simply create but not destroy

Modules

Use shared memory backed variables across processes
Object oriented interface to shared memory

Examples