($num) = $string =~ /\((\d+)\)/; # Plus the year ($year, $num) = $string =~ /(\d+)[^(]*\((\d+)\)/;