in reply to Package install

I have the api.pm in the @INC path

Did you actually install the module with ppm or the like...or did you just copy API.pm into a lib directory? When installed correctly the module will end up in lib\Win32\API.pm.
Jason

Replies are listed 'Best First'.
Re: Re: Package install
by nutshell (Beadle) on Oct 08, 2002 at 02:18 UTC
    Yeah - Make sure you use ppm (go: Start -> Run... -> "ppm"; then type: "install win32-api") or something similar to install win32::api.

    --nutshell