Re: Fw: AW: Hash of Hashes

2009-09-29 Thread Uri Guttman
> "SD" == Soham Das writes: >> hashes have no positions, just keys. again. try to use standard >> terminology or you won't convey any proper meaning here. programming >> requires this to be accurate. and yes, you have been making a bunch of >> hash/array mistakes and you must fix that

Fw: AW: Hash of Hashes

2009-09-29 Thread Soham Das
- Forwarded Message From: Soham Das To: Uri Guttman Sent: Wednesday, 30 September, 2009 10:29:12 AM Subject: Re: AW: Hash of Hashes From: Uri Guttman To: Soham Das Cc: Thomas Bätzler ; beginners@perl.org Sent: Tuesday, 29 September, 2009 9

Re: AW: Hash of Hashes

2009-09-29 Thread Shawn H Corey
Uri Guttman wrote: "SD" == Soham Das writes: SD> Lets assume, the hash of hash being a record of something which SD> has already happened and hence we know the final value, not SD> something which is right now happening, i.e changeable. you keep swapping hash and array concepts, words

Re: AW: Hash of Hashes

2009-09-29 Thread Uri Guttman
> "SD" == Soham Das writes: SD> Lets assume, the hash of hash being a record of something which SD> has already happened and hence we know the final value, not SD> something which is right now happening, i.e changeable. you keep swapping hash and array concepts, words and symbols. ple

Re: AW: Hash of Hashes

2009-09-29 Thread Soham Das
made a lot of such mistakes apparent in the previous two three mails. Soham From: Thomas Bätzler To: beginners@perl.org Cc: Soham Das Sent: Tuesday, 29 September, 2009 3:46:28 PM Subject: AW: Hash of Hashes Soham Das asked: > How can I create a Hash o

AW: Hash of Hashes

2009-09-29 Thread Thomas Bätzler
Soham Das asked: > How can I create a Hash of Hashes from two lists. Is it possible? > > I want the effective functionality to be served like this > > $ChildHash["Joe"]["21A"]="Sally" > > i.e Joe at 21A has a child called Sally. List1 here will be the name of > Parents, List2 here will contain