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