Help for this page

Select Code to Download


  1. or download this
    $time = <>;   chomp $time;
    
  2. or download this
    while (<$fh>)
    {
    ...
       my( $n, $i, $t ) = split;
       $found = 1 if $t eq $time;
    }