##
$VAR1 = {
'New York' => [
'Bill',
'Ronald'
],
'Boston' => [
'George'
]
};
####
map { push @{$var1->{$_->{city}}}, $_->{name} } @{$var};