sub something { if (eval { $_[0]->isa(__PACKAGE__) }) { # object call } else { # function call } }