sort sub ($a,$b) { $a <=> $b } whatever #instead of sort { $^a <=> $^b } whatever