while(my $columns = $sth->fetchrow_hashref) { print "$columns->{name}$columns->{price}\n"; print "$columns->{description}\n"; }