P
Peng Yu
Example 3b on the following page use a loop to find all substring.
http://perlmeme.org/howtos/perlfunc/index_function.html
I'm wondering if there is a function in perl library that can give me
back all the matches, just like findall in python (see section 3.3 in
the following page).
http://www.amk.ca/python/howto/regex/
http://perlmeme.org/howtos/perlfunc/index_function.html
I'm wondering if there is a function in perl library that can give me
back all the matches, just like findall in python (see section 3.3 in
the following page).
http://www.amk.ca/python/howto/regex/