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