my @case; while( my $info = $sth->fetchrow_hashref) { push @case, $info->{name}; } print "@case\n"; # prints built up @case.