in reply to Re^6: Dereferencing in blessed object
in thread Dereferencing in blessed object

Is an 'honorary' built-in something that is very common but not part of Perl language?
It's a bit more restricted than that. Honorary built-ins are subroutines from core Perl modules that provide functionality that ought to be in the language itself -- for example, carp and croak from the core Perl Carp module.

Surely prototypes, in some circumstances, are extremely useful

Rarely. There are many references on this tricky topic.

Subroutine Prototype References

perldoc References

Updated: Added many references long after the original node was written.