my @list_of_arrays; while () { my @array = split "\t", $_; push @list_of_arrays, \@array; }