Help for this page
open(IN,"<$file") or die "Cannot read $file: $!\n"; my @content = <IN>; close(IN);
$results[0]++ if ( $digit == 0 );