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


in reply to How to read from an URL ?

You want to look at LWP. This module allows you to read web pages and perform some task based on its content. There are other modules that work with LWP on CPAN as well.

Hope this helps