in reply to Hash of a nArray and all that comes with it.
this:
should be written as either:%entry = {$item_id=>\@data, $item_id=>\@data.....etc};
$entry = {$item_id=>\@data, $item_id=>\@data,.....etc}; ## or %entry = ($item_id=>\@data, $item_id=>\@data,.....etc);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hash of a nArray and all that comes with it.
by kingram (Acolyte) on Jul 29, 2012 at 00:56 UTC | |
by kingram (Acolyte) on Jul 29, 2012 at 00:58 UTC |