my @sheet = () ; while ($line = ) { my @columns = split /\s+/, $line ; push @sheet, \@columns ; } ;