Help for this page

Select Code to Download


  1. or download this
    if ($response->content =~ m/<hr>(.*?)<hr>/) {
      $matched_number = $1;
    } else {
      # didn't find a match
    }