Hi there,
I want to figure out a way to create a loop that will do actions based
on matches it collects in the loop and continue to do actions on all
matches till these are not m
Hope this pseudo code makes sense:
1) start loop
2) find all matches
3) end loop
4) start loop
5) do some action based on the matches before
6) look for similar matches found in step 2 based on the output from step 5
7) end loop
8) go back to step 4 until all matches have received the action in step
5 and there are no more matches collected.
Cheers,
Noah
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/