Is there an easy way to access shared memory in Win32 from Perl? Say I have a named shared memory "section" defined for communicating between applications. How can I efficiently, say, alias a scalar to this address?
In Win32, I could use file IO to access it too, but that would be my second choice.