my @LINES; while () { chomp; push @LINES, $_; } #### chomp (my @lines = ); #### my $split; for (@LINES) { my @row = split ('&', $_);