my %data; ( $data{ $_}) = /^\d+\s+(\d+)/ while ; print for sort { $data{ $a} cmp $data{ $b} } keys %data;