in reply to Perl Regex Multiline Matching
while(<DATA>) { ... processes the file line by line -- as does m// ... m // -- so how could your regex possibly match multiple lines?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Regex Multiline Matching
by yoda54 (Monk) on Oct 14, 2016 at 00:35 UTC |