Help for this page

Select Code to Download


  1. or download this
    #$url = substr($test, 0, $_);
    #if ($test =~ /$url/ {
    
  2. or download this
    if ($test =~ m#(??{substr($test, 0, $_)})#) {
    
  3. or download this
    Argument $test isn't numeric in substr at (re_eval 1) l