Help for this page

Select Code to Download


  1. or download this
      
    $match =~/MV(\d{4})/;
    $moved = $1;
    print "$moved \n";