while (){ $string .= $_; } @array = split(/\n/, $string); foreach (@array) { #### while (){ chomp;