in reply to Re: Finding the name of the target of a coderef
in thread Finding the name of the target of a coderef

Good start, now recurse down the entire symbol table, and you've got something that's a bit more useful.

Oh, and it would return a list of many things that point to the that coderef.
  • Comment on Re^2: Finding the name of the target of a coderef