my @sortiert = map {delete $_->{sorter}} sort {$a->{sorter} <=> $b->{sorter}} @unsortiert;