Selvakumar has asked for the wisdom of the Perl Monks concerning the following question:
I want to match a pattern and store in an array. I need to find a pattern which started with the char "<" and end ">" like this with the word "test". For example <?test=6565?>. I have many occurances in my var. SO i want to collect and store it to an array.
I need a condition where to start "<" and not of ">" symbol. How can i do this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pattern match
by Fletch (Bishop) on May 22, 2009 at 13:14 UTC | |
|
Re: pattern match
by ELISHEVA (Prior) on May 22, 2009 at 12:31 UTC | |
|
Re: pattern match
by ig (Vicar) on May 24, 2009 at 05:06 UTC |