Re: win32 modules




"Tester" <calinguga@xxxxxxxxxxxx> wrote in message news:1175026056.980785.302270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi there,
Where can I get following modules for active perl 588820?
win32::ole
win32::ole::variant
win32::netadmin
win32::ole::const
Thanks a lot, Calin


Those modules are all part of the "libwin" distribution.
Active Perl comes with those modules pre-installed, so you should already have them.

However, if you "use win32::ole;" in your script, it will fail - you need to "use Win32::OLE;". (Same goes for the other modules you listed - you *must* specify the module correctly.)

Cheers,
Rob

.