my %hunt = (); @hunt{@old,@new} = (); $, = "\n"; print sort keys %hunt; # 1 2 3 4 5 6 7 8