Help for this page

Select Code to Download


  1. or download this
    my $regexp = qr/$retext/
      or $resulttext->AppendText ("Error running regex : $errstr\n"), retu
    +rn;
    ...
    # regexp ok, code continues
    
    $ismatch = $testtext2 =~ /$regexp/;
    
  2. or download this
    while (defined (${++$i})){
      push @match, ${$i}  
    }
    
  3. or download this
    @match = $testtext2 =~ /$regexp/;