in reply to map hash instead of map array
For keys and values always has to give an identical order.my %newHash = (); @newHash{ keys %oldHash } = map { "e($_) } values %oldHash;
Best regards,
perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"
|
|---|