in reply to Pulling in an RSS feed for parsing

The LWP library can fetch pages. LWP::Simple provides a very simple interface, HTTP::Request::Common for middle ground, or HTTP::Request for the most flexible interface. The latter two require the use of LWP::UserAgent.

LWP is not part of core Perl, but it does come with ActivePerl (for Windows).