Re: How do I build a associative array from a dyanamic list

John Stracke (francis@ecal.com)
Wed, 11 Apr 2001 15:04:06 -0400


"Michael A. Chase" wrote:

> $hash{'a'}{'b'} = "value in b of a";

That should be $hash{'a'}->{'b'}.  A hash cannot contain other hashes, it can
only contain scalars (such as references).

--
/===============================================================\
|John Stracke    | http://www.ecal.com |My opinions are my own. |
|Chief Scientist |==============================================|
|eCal Corp.      |*BOOM* "Thank you, Beaker. Now we know that is|
|francis@ecal.com|definitely too much gunpowder." -- Dr. Bunsen |
|                |Honeydew                                      |
\===============================================================/