NAME
Util::Medley::Hash - utility methods for working with hashes
VERSION
version 0.061
SYNOPSIS
$bool = $util->isHash(\%h);
$bool = $util->isHash(ref => \%h);
METHODS
isHash
Checks if the scalar value passed in is a hash.
merge
Merge two hashrefs. Pass-through to Hash::Merge.