
Symbol::global::name lookups the symbol table to find an element by reference.
its find() method takes a reference and optionally a package name. it returns the name of the referenced variable as long as it's in the package or sub-package and it's a global variable.