Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    }
    
    print "$name_hash{$_}\n" foreach @names;
    
  2. or download this
    use strict;
    use warnings;
    
    ...
    }
    
    print "$peter\n$jonah\n$larry\n";