in reply to Re: Best way to call DBI queryin thread Best way to call DBI query
In scalar context, fetchrow_array returns the first column. Since he is only getting one column, this should be ok.