Template::Plugin::RSSLite - Module to use XML::RSSLite as a Template::Toolkit plugin.


Template-Plugin-RSSLite documentation  | view source Contained in the Template-Plugin-RSSLite distribution.

Index


SYNOPSIS

Top

  [% USE rss = RSSLite('filename') %]
  [% rss.title %]
  [% FOREACH rss.item %]
   * [% title %]
     [% link %]
  [% END %]

DESCRIPTION

Top

See documentation for XML::RSSLite for more info.

A good way to learn more about what this module returns is to try this:

  [% USE rss = RSSLite('filename') %]
  [% USE Dumper %]
  [% Dumper.dump(rss) %]

AUTHOR

Top

Kenneth Ekdahl <sensei@sensei.nu>

SEE ALSO

Top

perl, XML::RSSLite, Template.


Template-Plugin-RSSLite documentation  | view source Contained in the Template-Plugin-RSSLite distribution.