- or download this
my $feed = XML::Feed->parse(URI->new($url))
or die "Feed error with [$url] " . XML::Feed->errstr;
print 'Feed title is ', $feed->title, "\n"; # ADD THIS LINE
- or download this
14:12 >perl 1305_SoPW.pl
...
Feed title is CFEngine 3 Community Edition: Activity
$VAR1 = bless( {
...
- or download this
my $args = ({});
$args->{debug} = 1;
- or download this
my $args = { debug => 1 };