Help for this page

Select Code to Download


  1. or download this
     my %chicago = map { $_ => 1 } qw(tiger bob munch toy);
     my %wisconsin = map { $_ => 1 } qw( tiger sara munch toy );
     my %rockford = map { $_ => 1 } qw( tiger sara love toy );
    
  2. or download this
     toy tiger