Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
      blah
    ...
    _DATA_
    http://www.domain.com/path/to/RSS/feed.xml
    http://www.domain.com/path/to/second/RSS/feed.xml
    
  2. or download this
    my $url1 = $cgi->param('url1');
    my $url2 = $cgi->param('url2');
    ...
    _DATA_
    $url1
    $url2