|
Posted by sisyphus on May 9, 2008, 8:00 am
Please log in for more thread options
On May 9, 9:38=A0pm, neelsm...@rediffmail.com wrote:
=2E
=2E
> I am trying to run a perl script on _RHEL 5.1_. That script, when ran,
> throws error "Cannot load Win32::OLE: Can't locate Win32/OLE.pm in
> @INC..".
Win32::OLE works only on MS Windows.
For use on linux, you'll need to rewrite the script so that it no
longer makes use of Win32::OLE.
Cheers,
Rob
|