Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello!

Does anyone know where I can find the code for win32::MemMap? It's supposed to offer shared memory under windows. Unfortunately, I can only find the documentation online, not the actual code.

Thanks!

Replies are listed 'Best First'.
Re: Where is Win32::MemMap?
by Kanji (Parson) on Sep 21, 2002 at 21:20 UTC

    Win32::MemMap.

    ... and if you're looking to improve your searching-fu when it comes to Win32::* modules and other PPMs, try adding some of the more notable repositories to your config, so that all it takes is a ...

    c:\> ppm
    PPM interactive shell (2.1.5) - type 'help' for available commands.
    PPM> search Win32-MemMap
    Packages available from http://jenda.krynicky.cz/perl/:
    Win32-MemMap [2.0.3] Shared memory between processes.

        --k.