win32 modules
am 27.03.2007 22:07:37 von testerHi 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
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
"Tester"
news:1175026056.980785.302270@e65g2000hsc.googlegroups.com.. .
> 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