in reply to Re: using HTML::TreeBuilder to collect data for populating variables
in thread using HTML::TreeBuilder to collect data for populating variables

It uses HTML::TreeBuilder and it was the original code writer that suggested I made a new topic as the old one where the sub comes from was getting a bit large.


Sorry for wasting your time, I figured it out.

The $t variable was rather essential as it contained the content the TreeBuilder had created and I wanted to navigate. When feeding that variable with coordinates it returned exactly what I was expecting it to!

Now I need to figure out how to use the same code to grab the variable length list data from the pages as that gives a moving target.

  • Comment on Re^2: using HTML::TreeBuilder to collect data for populating variables