in reply to Re: Sort list by position of items in another list
in thread Sort list by position of items in another list
Yes, List::Util::sort_by makes it look better. Maybe, the Pythonian sorted() could also be an enhancement for List::Util resp. List::MoreUtils.