Help for this page
while (<LOG>) { ... processing log line .... }
do { ... processing log line .... } while <LOG>;