in reply to Use Parsers To Get Chunk of HTML?

Take a look at HTML::TreeBuilder. It builds a tree representing the HTML in memorywhich you can then extract information from in various ways.


Perl is Huffman encoded by design.