in reply to Dynamically building a hash of hashes
That will make your de-referencing code (which currently says "1/8" isn't a valid hash reference) work.$container{ATTRIBUTES} = %attrs; # should be $container{ATTRIBUTES} = \%attrs;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Dynamically building a hash of hashes
by willdooUK (Beadle) on Jul 12, 2001 at 16:14 UTC | |
by japhy (Canon) on Jul 12, 2001 at 16:20 UTC |