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

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