in reply to Re: Best way to call DBI query
in 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.