in reply to how to get full webpage containts from a webpage

Have you looked at WWW::Mechanize? In what way did it fail to work for you? Have you looked at the additional requirements that you need? Does the target page work without Javascript?

Consider looking at WWW::Scripter, WWW::Mechanize::Plugin::JavaScript and/or WWW::Mechanize::Firefox.

Note that most likely, you will need to also use Javascript in addition to the modules mentioned above.

  • Comment on Re: how to get full webpage containts from a webpage

Replies are listed 'Best First'.
Re^2: how to get full webpage containts from a webpage
by huzefa52 (Novice) on Aug 22, 2013 at 12:45 UTC
    Thanks for the reply. Basically its a SOLR 4.3 UI page where the list of cores are in list option. so, I am not able to access that cores names.

      You know, Solr allows you to request JSON or XML instead of HTML... might be a bit easier.

      http://wiki.apache.org/solr/SchemaRESTAPI

      use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name"