Help for this page
my %hash_1 = (); $hash_1{"michael"} = "michael"; $hash_1{"sasi"} = "other"; ... print " ".$hash->{"wife"}."\n"; } }