in reply to Error: Package 'win32' not found

What do you get when you ppm query win32 ?

I got "libwin32 [0.19.1] A collection of extensions that aims to provide comprehensive access to the Windows API." Which makes sense since I'm only on 5.6.1 AS Perl

Replies are listed 'Best First'.
Re: Re: Error: Package 'win32' not found
by kpd01 (Initiate) on May 16, 2003 at 18:03 UTC
    The query in ppm uses a glob pattern so it makes sense that it would match lib"win32" since you query was on "win32". Any module name that contains "win32" would be returned. In my case it returns :
    ppm> query win3 Querying target 1 (ActivePerl 5.8.0.806) 1. libwin32 [0.20] A collection of extensions that aims + to provide comprehensive access to the Windows ~ 2. Win32-API [0.41] Perl Win32 API Import Facility 3. Win32-GUI [0.0.558] Perl-Win32 Graphical User Interface +Extension 4. Win32-Process-Info [0.013] Get information on arbitrary process +es in Windows NT