- 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
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
}
return 0;
}
- or download this
#!/usr/bin/perl
use strict;
...
print $cgi->header( -type=>'text/xml' );
print $rss->as_string;
1;