while (my $line = ) { chomp $line; my @line_array = split(/\s+/, $line); push (@file_array, \@line_array); }