Help for this page

Select Code to Download


  1. or download this
    my $in = new IO::Uncompress::Gunzip "tst.gz", Multistream => 1
        or die "IO::Uncompress::Gunzip failed: $GunzipError\n";
    print while <$in>;