- or download this
use Scalar::Util qw(blessed);
...
} else {
print "Its not an object\n";
}
- or download this
#!perl -l
use Scalar::Util qw(blessed reftype refaddr);
...
reftype :HASH
refaddr :28045496
----
- or download this
Testing '$Evil_Hash'
ref :ARRAY
...
reftype :HASH
refaddr :28045736
----