in reply to Accessing deeply burried arrays of hashes
and $value later on in the loop where you are trying to reference it:$tophash{$value1}{$value2} = ...
foreach $subsubkey (sort @{$tophash{$value}{$value2}} )
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 2: Accessing deeply burried arrays of hashes
by tilly (Archbishop) on Jan 25, 2001 at 07:00 UTC |