Help for this page

Select Code to Download


  1. or download this
    #Consider the output of the following
    my %family_name = (
    ...
    print "@keys\n";
    my @values = values %family_name;
    print "@values\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
            my ($n,$i) = @_;
            print "$n is already there and her family name is $values[$i]\
    +n";
            }
    
  3. or download this