in reply to Extract data between script tags

By "parse data", do you mean you want to extract the contents of those script tags from your HTML page, or do you want to parse the code (Javascript, I assume) they contain?

If the former, take a look at HTML::TreeBuilder. If the latter, JE can apparently parse Javascript and return a parse tree.

BTW, searching CPAN will often find useful modules. Did you try it?