my %items; @items{@toBeMoved} = undef; @toBeMoved = sort {$a <=> $b} keys %items;