Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for ( keys %where ) {
        print "$_ lives in $where{$_}\n";
    }
    
  2. or download this
    perldoc -q hash