#!/usr/bin/perl -w use strict; use XML::Feed; my $feed = XML::Feed->parse(URI->new( 'http://test.org.uk/feed/' )) or print XML::Feed->errstr . "\n";