Help for this page

Select Code to Download


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