in reply to multiple line regex
If you insist on parsing HTML yourself, do yourself a favor and use HTML::Parser or HTML::TokeParser.
Given that your data is in an HTML table, though, I strongly recommend HTML::TableExtract.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: multiple line regex
by zby (Vicar) on Apr 23, 2004 at 10:17 UTC | |
by Fletch (Bishop) on Apr 23, 2004 at 12:46 UTC | |
by zby (Vicar) on Apr 23, 2004 at 14:33 UTC |