Description
Perl code can ask whether a value supports object methods without crashing when the value is not actually an object. This helps validation and compatibility code handle mixed inputs more safely.
It is a developer library. It makes type checks safer, but applications still need clear rules for what inputs they accept and how invalid values are reported.