panitaxx has asked for the wisdom of the Perl Monks concerning the following question:
while ($aref = $sth->fetch) { push @{ $HoA{$l} } , [ $aref->[0] , $aref->[1] ]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hash of multidimensional array
by buckaduck (Chaplain) on Mar 16, 2001 at 03:37 UTC | |
|
Multidimensional array not a hash of, I think.
by frankus (Priest) on Mar 16, 2001 at 16:57 UTC |