Help for this page
#/usr/bin/perl use strict; ... ## causes runtime error $hash{add}= 'yes';
defined $hash{$key} or die $key, ' is not valid';