Hi tried the below,
$filename="c:\\in\\1.doc";>br>
my $archive =
OpenOffice::OODoc::File->new("$filename");
my $c = ooDocument
(
file => $filename,
member => "content"
);
But iam unable to open the doc file. Willany one help me how to open the doc file through open office in perl.