my %results; my $type = "XXX"; while(my @row = $sth->fetchrow_array) {$results{$row[0]} = $row[1];} return (%results,$type); #### my (%results, $type) = findResults();