Help for this page
use Scalar::Util qw( reftype ); ... printf "hashref is ref %s\n", ref $hashref; printf "hashref is reftype %s\n", reftype $hashref;
blessed is ref My::Class blessed is reftype HASH hashref is ref HASH hashref is reftype HASH