win32 modules
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
Re: win32 modules
"Tester" <calinguga [at] netscape.net> wrote in message
news:1175026056.980785.302270 [at] 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