Possible Duplicate:
How can I get dynamically web content using Perl?
I've been reviewing ways to get javascript to execute on webpages but don't fully understand some of the solutions.
I'm going to use TechCrunch as an example. If you check out an article on TechCrunch, you'll see at the top of each page, they have a visual to show how many tweets, likes, comments, have been done for that page. If I wanted to scrape this page and gather that information, is there a solution for this in perl?
I've looked at the WWW::Scripter and the WWW::Mechanize::Plugin::JavaScript. Possibly it's because I don't fully understand what is provided with them. But is there a way for me to pass in a URL and have it run the javascript on the page, as a browser would, without having to pass variables, or anything else special to get it to execute.