I'm passing by reference to a subroutine.
When an error is detected in the subroutine, I want to print out the name of the array being referenced (just the text part of the array name). In this case CBR or CBRF3. Right now when I print the scalar reference, I get a memory address. Is this possible?