Help for this page

Select Code to Download


  1. or download this
                                _       _     _
                                 |     | |   | |
    ...
    Compiling REx "a"
    Compiling REx "b"
    Compiling REx "a"
    
  2. or download this
    for my $pat (...) {
       for my $string (...) {
          ... $string =~ /$pat/ ...
       }
    }
    
  3. or download this
    for my $string (...) {
       for my $pat (...) {
          ... $string =~ /$pat/ ...
       }
    }