in reply to Re: Re: Different hashes?
in thread Different hashes?
Actually what he probably really wants is a HOH and should be doing something like:
$AllProducts{ $Category }->{ $ID } = { name => $Name, type => $Type, s +ize => $Size };
But that's why he should read perldoc perldsc.
|
|---|