Hello , I'm making simple scraper that follows JavaScript generated links.
I was reading for WWW::Scripter but could not manage to use it (I'm still newbie in perl ).
I want to to scrape the links of the web page and follow a given link then download the page and so on.
My progression until now : I'm able to download the HTML and all the links of a given page with WWW::Mechanize.
I`ll be glad if someone write some sample code and give a some explanation for the WWW::Scripter module