Help for this page

Select Code to Download


  1. or download this
    for my $friend (@friends) { #the relationship between $friend and @fri
    +ends are visually clear
        ...
    }
    
  2. or download this
    for my $person (keys(%phone_numbers)) { #$person clearly tells the mea
    +ning of the hash key
        $phone_numbers{$person}...
    }