in reply to Re^7: array refernce as hash value
in thread array refernce as hash value

I can see these issues with your code $MSISDN_ref->{$key} is an AOA (array of array) so you need to loop over it and print the inner arrays separately.

Regards,
Ashish