⭐ in reply to How do I determine the type of a reference?
Use the ref function. It returns false if its argument is not a reference, and otherwise returns a string describing the referenced object. For example, in the case of an unblessed hash, it returns the string "HASH".
|
---|