[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Omaha.pm] Help with parsing HTML
I need to parse my HTML pages and look for some things. I've tried
using HTML::Parser but am not having much luck with it. I thought it
would be a pretty simple thing but it's not turning out that way.
Any tips? Is there something better to use than HTML::Parser?
I just need something that feeds me the text between a specific tag,
then I will use a regular expression on it to find my string and report
on it.
Thanks,
-Ryan