in reply to Re: Dereferencing a hash ref in an array ref
in thread Dereferencing a hash ref in an array ref
I just meant that the dereferencing using for the array deref the curly brackets, and for the hash deref the dereferencing using the arrow syntax. I thought its better only to use the second one, but dont know how that have to look like.
Part 1:
@{$hashref}Part 2 ("$hashref"):
$sth->{NAME_uc}If thats already "pretty" (one syntax style for dereferencing) my thoughts just were wrong, would be an answer too.
Greetings, Schaelle
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dereferencing a hash ref in an array ref
by Anonymous Monk on Mar 26, 2010 at 08:38 UTC |