in reply to Hash as Hash Value
Thank you for the responses. I'm not sure why I'm having such a struggle with hash referencing and de-referencing, but this helped.
Given my previous example, suppose I have something like this within my subroutine:
my $hashOfUsers = $args->{users}Why does this:
$hashOfUsers{$someKey}{UID}not return the value of UID for the user identified by key $someKey?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hash as Hash Value
by kennethk (Abbot) on Apr 21, 2010 at 14:08 UTC | |
|
Re^2: Hash as Hash Value
by choroba (Cardinal) on Apr 21, 2010 at 14:04 UTC | |
by Kerplunk (Acolyte) on Apr 21, 2010 at 14:14 UTC |