Help for this page
my $reportCard = { ... } print $reportCard->{Johnny}->{comments};
my %reportCard = ( ... print $reportCard{"Johnny.comments"}