Help for this page
sub _open_sxc_fh($self, $fh, $member, %options) { my $zip = Archive::Zip->new(); ... binmode $stream => ':gzip(none)'; return $stream }
my $mem; my $fh = _open_sxc_fh($self, $zipfh, 'readme.txt'); local $/; my $content = <$fh>; # sluuurp