in reply to How to extract information that spans over two lines in HTML

There are modules that will help you do this (e.g. HTML::TokeParser::Simple).

We need a bit more information to go on though. Could you show some (short) samples of what your dealing with?

For instance, do you know what tags will be surrounding what you're looking for? Do you know what tags may be 'in' what you're looking for?

If you can let us know it would be easier to help.

  • Comment on Re: How to extract information that spans over two lines in HTML