in reply to Dump Text from HTML
Parsing HTML using regexes is a very bad idea. It will only ever work on a particular subset of HTML. There are far easier ways to achieve this using HTML::Parser or its subclasses.
--Perl Training in the UK <http://www.iterative-software.com>
|
|---|