Hello,
I am trying to setup a hash lookup subroutine so I only have to use one lookup mechanism. The issue is that if I set a hash called
, I get the error "Type of arg 1 to each must be hash (not private variable)"
What is the correct way to interpolate this value?
Thanks!