in reply to Error Message: Can't locate loadable object for module Win32::API

Never Mind, I just solved my own problem (I was missing a dll for the API module) Sorry!

Replies are listed 'Best First'.
Re: Re: Error Message
by Anonymous Monk on Oct 24, 2002 at 11:12 UTC
    I get the same error message. Which dll do I need?
      Just got done sovling this problem. Here's what you do. Type "ppm" don't know what it is or what it does, but it makes things work. type "install win32-api" It should then exstract stuff and load stuff. Type "q" to exit. should work.
        You're awesome!! I totally forget about ppm even existing most of the time. Thanks!!