Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    14:12 >perl 1305_SoPW.pl
    
    ...
    Feed title is CFEngine 3 Community Edition: Activity
    $VAR1 = bless( {
    ...
    
  3. or download this
    my $args = ({});
    $args->{debug} = 1;
    
  4. or download this
    my $args = { debug => 1 };