in reply to Re: Duplicate rows with Class::DBI
in thread Duplicate rows with Class::DBI
Presuming that you want to push all the keys onto the array:
push @loop_data, \%$_ for (@info);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Duplicate rows with Class::DBI
by friedo (Prior) on Apr 26, 2005 at 02:53 UTC |