in reply to Re: how to get full webpage containts from a webpage
in thread how to get full webpage containts from a webpage

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.
  • Comment on Re^2: how to get full webpage containts from a webpage

Replies are listed 'Best First'.
Re^3: how to get full webpage containts from a webpage
by tobyink (Canon) on Aug 22, 2013 at 15:30 UTC

    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"