while(($key, $value) = each %Your_hash){ print "$key contains the value: $value !"; }