Here\'s the deal. Is there a way to have strings tokenized in a line based on multiple regexes?
One example:
I have to get all href tags, their corresponding
Look at documentation for following modules on CPAN
HTML::TreeBuilder
HTML::TableExtract
and
Parse::RecDescent
I've used these modules to process quite large and complex web-pages.