Help for this page

Select Code to Download


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