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.
Comment on
Re^2: SysV shared memory --pure perl
In Section
Cool Uses for Perl