in reply to Re: Access shared memory from Perl?
in thread Access shared memory from Perl?
Hmm, it looks like that uses the shared memory block in its own way as a keyed database, so is only good if all programs use this module (and are in Perl). I want to alias a SV's storage to the memory-mapped area, and fiddle with the contents using pack/unpack for example.