From: Steven S. <ssw...@su...> - 2002-04-26 02:09:52
|
I upgraded to .20 and still have this problem. Despite installing with ppm I can't get the module to work. This is what I am trying to do: use Win32::API; $RegisterWindowMessage = new Win32::API("User32","RegisterWindowMessage",[P],N); $SendMessage = new Win32::API("User32","SendMessage",[N,N,N,N],N); I get back : Can't locate object method "new" via package "Win32::API" (perhaps you forgot to load "Win32::API"?) at exceed.pl line 13. What's going on???! Please help me --Steve |