in reply to how do I use a hash of hashes reference in a function ?
Wrong syntax for adding to a hash. Use this:$hashref{name}={data1=>"moredata",};
$hashref{name}{data1} = "moredata";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Answer: how do I use a hash of hashes reference in a function ?
by Fastolfe (Vicar) on Sep 22, 2000 at 23:45 UTC |