Re: Duplicate fields in select_hashref
Erik Aronesty <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
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.