dereferencing hashes



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:
<html><body><p> = $root_hash_ref->$body_hash_ref->$p_hash_ref

regardless if i understand the module or not, how do i dereference the data i need? in other words, i need to be able to pull data out of the hashes (i know where its kept) without iterating over it. i tried my $piece = ${row}{3} where 3 would be they key number and that didnt work. perlref was only so helpful and i only got some of the basics. any thoughts?
.



Relevant Pages

  • Re: git pull on Linux/ACPI release tree
    ... and have git pull fail. ... commit) will not only leave zero information about said conflict and actions ... format-patch on such tree will not give a useful patchset. ... I pull into master and then pull from other clones ...
    (Linux-Kernel)
  • Re: Git training wheels for the pimple faced maintainer
    ... Andrew does a pull and a diff of these kinds ... so he doesn't much care _what_ is in the tree, ... No, git will take care of it, unless, of course, your extra patches ... merging your own branches into one branch for me or Andrew to pull, ...
    (Linux-Kernel)
  • Re: Git training wheels for the pimple faced maintainer
    ... so he doesn't much care _what_ is in the tree, ... I'm still learning the more fancy parts of git, but I think that would be: ... I want to know that the thing I pull makes sense for the stage ...
    (Linux-Kernel)
  • Re: [git pull] x86 fixes
    ... there is no such tree on kernel.org. ... i found the reason - a wrong URI made it into the pull request. ... extern int is_hpet_enabled; ...
    (Linux-Kernel)
  • (no subject)
    ... You are getting precisely the same thing you got under BitKeeper: pull ... from X, you get my tree, which was composed from $N repositories. ... > least make the commit message tell what you're doing. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)