Help for this page

Select Code to Download


  1. or download this
    print "$id\t$date\t$track{$id}{COUNT}\n"
          if $prevtime and $time - $prevtime > 3600;
    
  2. or download this
    print $fh_out "$id\t$date\t$track{$id}{COUNT}\n"
          if $prevtime and $time - $prevtime > 3600;