Hello! Isn't the contents method you're seeking?
my $zip = Archive::Zip->new(); unless ( $zip->read( "template.ods" ) == AZ_OK ) { die 'ZIP read error'; } my $contents = $zip->contents( "content.xml" );
In reply to Re: Archive::Zip into memory
by alexander_lunev
in thread Archive::Zip into memory
by Takamoto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |