in reply to Re: SysV shared memory --pure perl
in thread SysV shared memory --pure perl

I have been using Storable's freeze and thaw instead of pack and unpack for random data formats. Works fine so far.