http://www.perlmonks.org?node_id=992025


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

Thanks for your reply, but m,y concern is that the $content is not having the contents in proper format due to which the regex also will not work. Since, the source code are having asp, javascript syntax. Please try to run this program and let me know if you're able to produce the output.

Replies are listed 'Best First'.
Re^4: need help in scraping asp site
by Corion (Patriarch) on Sep 06, 2012 at 07:57 UTC
      Even in this case WWW::Mechanize::Firefox is also not helpful......can you tell me what could be the best way to do this?

        Maybe you want to start with a problem description instead of dumping some badly formatted code?

        I would use WWW::Mechanize::Firefox.

Re^4: need help in scraping asp site
by marto (Cardinal) on Sep 06, 2012 at 08:42 UTC
      Still not solved, can you tell me how can I get this data and using which modules?

        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.