Help for this page

Select Code to Download


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