Help for this page

Select Code to Download


  1. or download this
    +---------+------------------------+----------------------------------
    +-------------------------+
    | Column  |          Type          |                         Modifiers
    +                         |
    +---------+------------------------+----------------------------------
    +-------------------------+
    ...
    | url    | character varying(255) | not null  |
    +--------+------------------------+-----------+
    Foreign Key constraints: rss_site FOREIGN KEY (cid) REFERENCES rsssite
    +s(sid) ON UPDATE CASCADE ON DELETE CASCADE
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        }
        return 0;
    }
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $cgi->header( -type=>'text/xml' );
    print $rss->as_string;
    1;