Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::OLE::Const 'ActOle'; # guessing here... use Win32::OLE::Variant; use LWP::Simple qw/get/; my $Act; eval {$Act = Win32::OLE->GetActiveObject('Act!.Application')}; # guess +ing here...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Need Win32::OLE::Const to see my type library
by BrowserUk (Patriarch) on Nov 03, 2004 at 21:39 UTC | |
Re: Need Win32::OLE::Const to see my type library
by Nitrox (Chaplain) on Nov 03, 2004 at 23:13 UTC |