Help for this page
s/.*Updates.*<span class=\"stats_count numeric\">\\(.*\\<\\/span>.*+/\ +\1/p
$str =~ s{ .*?Updates.*? ... }{ $1 }xs;