Help for this page

Select Code to Download


  1. or download this
    my @people = (
        {
    ...
    for (@people) {
        print "$_->{'name'}: $_->{'age'}\n";
    }