Help for this page
UNIVERSAL::isa($date, 'ARRAY')
if ( ref($obj) eq 'FOO' ) {...}
if ( UNIVERSAL::isa($blessed_in_foo , 'HASH') ) { print "Is an HASH object!\n" ; }