in reply to Re: Is reference blessed?
in thread Is reference blessed?

Won't work.

If $r is not blessed, you get an 'Can't call method "isa" on unblessed reference' error.
But, as I see it now

UNIVERSAL::isa($r,"UNIVERSAL")
will work