in reply to Re: Re: Shared Memory on Win32? And Share port for HTTP::Daemon.
in thread Shared Memory on Win32? And Share port for HTTP::Daemon.

Thanks Jenda.. I tried that in the past, but I've always gotten this error:

ppm> install Win32::MemMap Can't call method "find_impl" without a package or object reference at + E:/Perl/site/lib/PPM/UI.pm line 1160, <$__ANONIO__> line 2.

And I've also tried this:

ppm> install http://jenda.krynicky.cz/perl/Win32-MemMap.ppd Can't call method "name" without a package or object reference at E:/P +erl/site/lib/PPM/UI.pm line 984, <FIN> line 2.

Replies are listed 'Best First'.
Re: Re: Re: Re: Shared Memory on Win32? And Share port for HTTP::Daemon.
by Jenda (Abbot) on Feb 25, 2003 at 00:00 UTC

    That's strange. I've tried it just now and it worked fine:

    W:\>ppm PPM - Programmer's Package Manager version 3.0.1. Copyright (c) 2001 ActiveState SRL. All Rights Reserved. ... ppm> install http://jenda.krynicky.cz/perl/Win32-MemMap.ppd Note: Package 'http://jenda.krynicky.cz/perl/Win32-MemMap.ppd' is alre +ady installed. ==================== Install 'Win32-MemMap' version 2.0.3 in ActivePerl 5.8.0.805. ==================== Downloaded 34538 bytes. Extracting 13/13: blib/lib/Win32/MemMap.pm Successfully installed Win32-MemMap version 2.0.3 in ActivePerl 5.8.0. +805. ppm> ^Z

    What version of Perl and PPM do you have?

    Jenda

      Perl is Active State 5.6.1 and I've tried PPM 3.0.1 and 2.1.6, neither of which works. I also tried VPM, but had no luck there either.