Help for this page

Select Code to Download


  1. or download this
      # compress
      open  my $fh, ">:via(XXZ)", "test.xxz";
    ...
      while (<$fh>) {
          ...
          }