Help for this page
my $what_is_it = ref($unidentified_object);
if ( $u_o->isa("blah" ) ) { # do something ... # do something else } ...