in reply to Re^2: Remove bless reference or class/package name from method arguments
in thread Remove bless reference or class/package name from method arguments

The isa method is already there, provided by the UNIVERSAL class, and can be called without any further ado:
$ perl -wle 'print +(bless {})->isa("main")' 1