in reply to Pushing a 'hash slice' to an AoH
...but why?push @events, { map { $_ => $sqldata->[$i]{$_} } qw( col1 col2 col3 ) };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Pushing a 'hash slice' to an AoH
by bradcathey (Prior) on Jun 11, 2004 at 16:46 UTC |