Help for this page
# always use strictures (the following two lines) use strict; ... print "The value for '$key' is '$hash{$key}'\n"; last; }