Generally, your questions aren't about HTML::TreeBuilder so much as they are about basic perl. So, the first question is: what is your technical background? Are you experienced with other programming languages (HTML is not a programming language, it's a mark-up language, though JavaScript/EMCAScript is a programming language)? If so, which one(s)? The reason this is helpful in helping you is so that we know how much depth is needed in describing the concepts, or if there are parallels between Perl and any language(s) you already know which may help solidify the difference in syntax.

Conversely, if you don't know any languages, then we can describe it differently, and point out different resources that are more targetted to the new programmer.

From your question, I can't tell how much background you might have in programming, so I'm afraid that if I started to explain anything, it might either gloss over stuff and confuse you more, or it could be talking down to you about things you already know. Either way, perlintro might be helpful, though, so I'd suggest starting there.


In reply to Re: HTML::TreeBuilder - Look_Down Function by Tanktalus
in thread HTML::TreeBuilder - Look_Down Function by jdlev

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.