for my $line (@line_array) { push(@item_array, [split(/\s/, $line)]); }