Help for this page

Select Code to Download


  1. or download this
    use Archive::Extract;
    $Archive::Extract::PREFER_BIN = 1;
    my $ae = Archive::Extract->new( archive => 'big.txt.gz' );
    $ae->extract( to => 'big.txt');
    
  2. or download this
    sub _gunzip_bin {
        my $self = shift;
    ...
    
        return 1;
    }