Help for this page
$hash{$1} = $2 if ($str =~ /([0-9]+)(.+)/) ;
$hash{$1} = $str if ($str =~ /([0-9]+)(.+)/) ;