Help for this page
open( IN, "gzip -cd $input_file_name |" ); while (<IN>) { ... # process lines of uncompressed text }