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