Help for this page

Select Code to Download


  1. or download this
    # ...
    system('gunzip', "$filename.gz");
    ...
    close IN;
    system('gzip', $filename);
    # ...