| Template-Plugin-RSSLite documentation | view source | Contained in the Template-Plugin-RSSLite distribution. |
[% USE rss = RSSLite('filename') %]
[% rss.title %]
[% FOREACH rss.item %]
* [% title %]
[% link %]
[% END %]
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) %]
Kenneth Ekdahl <sensei@sensei.nu>
perl, XML::RSSLite, Template.
| Template-Plugin-RSSLite documentation | view source | Contained in the Template-Plugin-RSSLite distribution. |