Help for this page

Select Code to Download


  1. or download this
      $rss->add_module(prefix=>'my', uri=>'http://purl.org/my/rss/module/'
    +);
    
      $rss->add_item (title=>$title, link=>$link, my=>{ rating=>$rating })
    +;
    
  2. or download this
        # Ad-hoc modules
        while ( my($url, $prefix) = each %{$self->{modules}} ) {
    ...
            }
          }