Is there a way or function similar to ref() (which returns type) where I can get the name of the variable using its reference ?
I have a situation where, from a subroutine, I need to get the names and values of the variables passed to it, by reference.