http://www.perlmonks.org?node_id=1053105


in reply to Re^2: How to add MySql Records To Array or Hash?
in thread How to add MySql Records To Array or Hash?

You don't need it IMHO as you have ID as primary key, so just set $key_fields to the field name 'ID'.

One thing you have to be aware of is the case of the identifier. Look at NAME_uc and NAME_lc in the DBI documentation.

Regards
McA