Help for this page

Select Code to Download


  1. or download this
      $ct -= @files;
      while (my $line = <F>) { ... } # Old code without $ct
      $ct += @files;