[ABE.pm] Using TreeBuilder

Faber Fedor faber at linuxnj.com
Tue Nov 15 20:20:13 PST 2005


For all of you following along at home, you'll be pleased to hear that
I've got a working system going; I can pull the data from the website,
parse it into hash of hashes, and load it into a database.

After spending a day and a half RTFM for HTML:TokeParser,
HTML::TreeBuilder and the like, and manually parsing tables within
tables with <td>s without </td>s, the winning method is....

my @content = `lynx --dump $url`

Everything old is new again.


-- 
 
Regards,
 
Faber Fedor
President
Linux New Jersey, Inc.
908-320-0357
800-706-0701

http://www.linuxnj.com





More information about the ABE-pm mailing list