Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    my $parser = XML::RSS::Parser->new();
    my $rss = $parser->parse_file($feed);
    print $rss . "\n";
    
  2. or download this
    $ ./test.pl 
    XML::RSS::Parser::Feed=HASH(0x5ba514d23270)