spx2 has asked for the wisdom of the Perl Monks concerning the following question:

I've read this documentation on HTML::TreeBuilder
and I've wrote this for getting data from
a html file(I've used for tests this file. The only problem is that there are more tags in the html
file than the ones that I can find using HTML::TreeBuilder
I seek the wisdom of the perl monks on this problem

EDIT:I've changed the link to the code and added a link
to a file for tests

Replies are listed 'Best First'.
Re: html::treebuilder problem
by GrandFather (Saint) on Dec 18, 2007 at 11:29 UTC

    Please post a small self contained sample with data that demonstrates the problem with the description of what you expected and what you get. Not a link, but a copy of actual code that demonstrates the actual problem using actual data on your actual node.

    Links to sites outside PerlMonks tend to be transient. Code posted in your node will last as long as the node does. PerlMonks nodes are often used by people and provide value long after the OP's problem has become a dusty memory. Please be considerate to future monks by providing a complete succinct context in your node.


    Perl is environmentally friendly - it saves trees
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: html::treebuilder problem
by Anonymous Monk on Dec 18, 2007 at 09:12 UTC
    post a self contained example that demonstrates your problem
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: html::treebuilder problem
by Anonymous Monk on Dec 18, 2007 at 09:14 UTC
    your tree is probably not what you expect