in reply to Isn't /m for multiline regex?
what am I doing wrong here?
You try to parse HTML using regular expressions. That simply can't work, due to the way HTML is defined. Use a HTML parser, a CPAN search will list several.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Isn't /m for multiline regex?
by ww (Archbishop) on Apr 19, 2010 at 12:45 UTC | |
by GertMT (Hermit) on Apr 20, 2010 at 07:18 UTC |