On 10/13/2006 12:14 PM, I.B. wrote:
this is the problem:
use regular expressions to prove that word "Bug"
is in the 3 row from the end of table in the html tagged file:
shell> cat file1.txt
[...]
Don't use regular expressions to parse HTML. Use an HTML parsing module
to parse HTML.
Now to answer your next questions:
Where can I find an HTML parsing module?
http://search.cpan.org/
Why is parsing with HTML::Parser so complicated?
It's because HTML is very complicated.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>