in reply to Re^3: symbolic references in a hash lookup
in thread symbolic references in a hash lookup

Symbolic refs only access package variables. You never assigned a value to the $setter package variable, the error message is correct.

That explains a lot of things.

  • Comment on Re^4: symbolic references in a hash lookup