Help for this page
use Scalar::Util qw(reftype); ... print ref $o # prints "MyClass" print reftype($o) # prints "HASH"