in reply to Re^2: regex match multiple line
in thread regex match multiple line (updated question)
to this:if ( $key =~ m/^$error.*/ ) {
Then again, maybe I totally misunderstood your question.if ( $error =~ m/^$key:/ ) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: regex match multiple line
by natxo (Scribe) on Nov 27, 2014 at 07:52 UTC |