my $hash = $dbh->selectall_hashref( "Select id, col2, col3, col4 From TableA". 'id' ); [download]
In reply to Re: Result set into array by jZed in thread Result set into array by novicepl