Iam opening the word file through openoffice. My coding is.
use OpenOffice::OODoc;
my $content = odfDocument
(
container => 'c:\in\1.odt',
part => 'content'
);
when i used '1.odt' the vairable shows some value. But when i used '1.doc' the vairable shows <undef>. Any body help me how to open the word file.