Help for this page

Select Code to Download


  1. or download this
    $string = m/($start)(*)($end)/;
    
  2. or download this
    $string =~ /$start(.*?)$end/s;