Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello Esteemed Monks,
We can access the ms-word by using the following:
use Win32::OLE::Const 'Microsoft Word'; my $wd = Win32::OLE->GetActiveObject('Word.Application');
Can we access MathType Application by using perl
If so, please let me know the Module Name, and its object.
Thanks you,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Access MathType
by ikegami (Patriarch) on Jan 07, 2006 at 08:16 UTC | |
|
Re: Access MathType
by planetscape (Chancellor) on Jan 08, 2006 at 00:59 UTC |