in reply to
Re: Parsing MSWord File
in thread
Parsing MSWord File
I did like this but no effect :-
my $document = Win32::OLE -> GetObject($doc,sub {$_[0]->Quit;});
Comment on
Re^2: Parsing MSWord File
Download
Code
In Section
Seekers of Perl Wisdom