my $ref = $sth->fetchall_arrayref(); foreach my $result (@$ref) { $sn .= $result->[0]; } return $sn; $sth->finish(); $dbh->disconnect();