in reply to How do I determine if a variable contains a type glob?

Also, when testing if a reference refers to a glob, there is is_globref() in Ref::Util that tests the flags instead of requiring string-ifying the reference then comparing it to a string.