Re: dereferencing hashes

2007-08-29 Thread Hunter Barrington
thnx for the reply. code @ http://barringtonweb.com/code.txt trying to pull data out of the td elements without iterating over them will look at html::element perldoc thanks a lot i think thats what i was missing, -Hunter Rob Dixo

Re: dereferencing hashes

2007-08-29 Thread Rob Dixon
Hunter Barrington wrote: ok so im using HTML::TreeBuilder to pull some data off of a website and parse it. If I'm understanding this right each tag of the tree is put inside the tree as a hash reference with hash references inside of it for each tag thats below it. Like: = $root_hash_ref->$body

dereferencing hashes

2007-08-29 Thread Hunter Barrington
ok so im using HTML::TreeBuilder to pull some data off of a website and parse it. If I'm understanding this right each tag of the tree is put inside the tree as a hash reference with hash references inside of it for each tag thats below it. Like: = $root_hash_ref->$body_hash_ref->$p_hash_ref