in reply to Re^4: need help in scraping asp site
in thread How to scraper ASP websites

Still not solved, can you tell me how can I get this data and using which modules?

Replies are listed 'Best First'.
Re^6: need help in scraping asp site
by Corion (Patriarch) on Sep 06, 2012 at 18:58 UTC

    You will need to write some code yourself. You will need to either use WWW::Mechanize or a module that understands Javascript, and then do some more programming. Nobody can do that for you.