Is there a way to have Perl create an object and stuff it into shared memory such that another Perl process could come up and use (a.k.a read, write, delete) that object just as if it had new'ed that object itself?
Is this possible? Does anyone have an idea of where I might start?