##
$VAR = bless( {
'keys' => bless( [
'name',
'addr',
'phone'
], 'string' ),
'values' => bless( [
'bubba',
'home',
'555-1212'
], 'string')
}, 'HashMapBean' )
####
String value expected instead of string reference