in reply to Re: multiple array as hash value per key
in thread mutiple array as hash value per key
will this append the new array to existing key ?new set is read from a file while ($line <>){ ($key,$value)=split(/,/,$line); #suppose #line have 23,['g8',23,45] push @{$numbers{23}},$value; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: multiple array as hash value per key
by davorg (Chancellor) on Jul 02, 2009 at 07:36 UTC |