Help for this page
my $zip = Archive::Zip->new(); unless ( $zip->read( "template.ods" ) == AZ_OK ) { die 'ZIP read error'; } my $contents = $zip->contents( "content.xml" );