my $rss = XML::Feed->new('RSS');
$rss->title( $title );
$rss->link( $site_prefix );
$rss->description($description);
my $atom = XML::Feed->new('Atom');
$atom->title( $title );
$atom->link( $site_prefix );
$atom->description($description);
is there an easy way to simplify this?
many thanks. In reply to How can I write both RSS and Atom by fayland
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |