while (@row=$sth->fetchrow_array()) { $big_deal[$count][0]= $row[0]; # Assign Unique ID to element 0 $big_deal[$count][1]= $row[1]; # Assign string to element 1 } print ($#big_deal+1) . " records found.
\n";