Help for this page

Select Code to Download


  1. or download this
    $line =~ s{ \s (M?\d{2}) / (M?\d{2}) \s }
              { ' ' . int(convert($1)) . '/' . int(convert($2)) . ' ' }xeg
    +;