Help for this page

Select Code to Download


  1. or download this
    open my $fh, "gzip -cd $file |"
        or die "Couldn't read from '$file': $! / $?";
    ...
    while (<$fh>) { # or whatever loop mechanism is appropriate
        ...
    }