Help for this page
#! /usr/bin/perl ... while (($key,$value)= each (%hash1)){ print "$key =$value\n"};
key5 =value5 key2 =value2 key1 =value1