in reply to How to dereference when hash key is referenece

hash keys are strings.

anything you use as a hash key will have its "string value" used instead.

the "string value" of your $array_ref is "ARRAY(0x8831180)"

  • Comment on Re: How to dereference when hash key is referenece