Possible Duplicate:
How can I use Perl to grab text from a web page that is dynamically generated with JavaScript?
I am interested in learning Perl and just started to write a web crawler in Perl. On the page that I crawled, there is a Javascript for giving vote to the page. It shows the vote of the current page, only if I click the voting stars. So during the crawling, I need to run the Javascript and learn the current voting of the page.
Do you have any suggestions or examples?
Thanks..