$age{"Jason"} = 23;
$dad{"Jason"} = "Herbert";
$people{"Jason"}{AGE} = 23;
$people{"Jason"}{DAD} = "Herbert";
for $his ($people{"Jason"}) {
$his->{AGE} = 23;
$his->{DAD} = "Herbert";
}
|
< Use Hashes for the First Time Oh the horror > Table of Contents | Page 16 |
YAPC 19101,
June 2001 Perl Idioms Nathan Torkington |