Help for this page

Select Code to Download


  1. or download this
    my $reportCard = 
    {
    ...
    }
    
    print $reportCard->{Johnny}->{comments};
    
  2. or download this
    my %reportCard =
    (
    ...
    
    print $reportCard{"Johnny.comments"}