Help for this page
while (<LOG>){ $string .= $_; } @array = split(/\n/, $string); foreach (@array) {
while (<LOG>){ chomp;