I read the article in Perl Journal. Im not sure if its solution would work well with my situation. The data I'm looking for is not embedded within html tokens but is within javascript functions within the html source. Unless I am mistaken, HTML::Treebuilder will not be able to help me with this problem. The data I am looking for is within some Javascript calls like if (day = 10) document.write("The data I want")

I have not used these modules so maybee I am missing something. About all I can see using them for is to grab all the functions within the <script LANGUAGE="JavaScript"> .... blah blah ... </script> tags. But even this doesnt seem as straight forward since there are three diferent script sections and once I get the data I still have to parse it with a regular expression, right??

Thanks!
zzSPECTREz


In reply to Re: Re: Pattern matching html. by zzspectrez
in thread Patern matching html. by zzspectrez

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.