in reply to use of 'map'

@arr = map { $_ => '=>'.$list{$_} } keys %list;
--Artist