Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    use HTML::TableParser;
    use XML::RSS;
    
  2. or download this
    use strict;
    use warnings;
    ...
        title => "Entrants at $now",
        description => "$paid have paid, $not_paid haven't");
    $rss->save(RSS_FILE);