Help for this page
#!/usr/bin/perl -w ... } close $rss; }
#!/usr/bin/perl -w ... next unless $title && $link && $desc; print "Title: $title\nLink: $link\nDescription: $desc\n\n"; }