Help for this page
while (<LOGFILE>) { my $hit = parse_line($_); ... }; # and some stuff to handle errors, that needn't bother us }