dbi-dev  

Re: Duplicate fields in select_hashref

Erik Aronesty
Thu, 28 Jan 2010 08:59:39 -0800

Just use the *_arrayref versions for multiple fields with the same name
instead of hashref or slice{}

You can't reliably refer to fields by name if they overlap.