Help for this page

Select Code to Download


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