in reply to Re: Regex returns match the first time. It returns everything thereafter
in thread Regex returns match the first time. It returns everything thereafter
There is no end-of-array test possible in a foreach-loop, so no useful flop-condition.
Using a flip-flop here is nonsense.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Regex returns match the first time. It returns everything thereafter
by guitarplayer68 (Novice) on Nov 18, 2013 at 13:29 UTC | |
by aaron_baugher (Curate) on Nov 18, 2013 at 21:27 UTC |