->selectrow_array fetches only a single row.
Better use ->fetchall_arrayref instead.
In reply to Re: extract column data by Corion in thread extract column data by bigup401