in reply to matching lines in multi-line string
Update: Just an idea on how to solve the problem, not the final solution. I forgot to mention that. ;-)@patternMatchArray = $lines =~ /pattern/mg;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: matching lines in multi-line string
by edan (Curate) on Nov 27, 2003 at 12:29 UTC | |
by Roger (Parson) on Nov 27, 2003 at 19:11 UTC |