Hi monks
Using LWP::UserAgent I am doing a 'get' to return the contents of some online KML files.
Trouble is that the $ua->get() can take up to 20secs for each get and I am doing around seven of them. This means that my whole process runs fairly slow.
Is there a faster method of returning the contents of a URL?
Many thanks,
Niall