Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Modify RSS feeds on the fly via a Perl script' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Modify RSS feeds on the fly via a Perl script
Authored by: dustpuppy0001 on Dec 05, '06 07:22:15AM
I really like this Idea to modify feeds on the fly. I have rewritten your script for my needs, perhaps you find it useful. This version uses IO::Socket and IO::Select for the networking functions and should in theory allow concurrent access (not tested).

rss_proxy.pl - The actual proxy
RssProxyConfig.pm - Configuration module (a central place to configure your feeds and modifications).

cheers

[ Reply to This | # ]
Modify RSS feeds on the fly via a Perl script
Authored by: fredrikw on Dec 11, '06 02:00:42PM

Thanks a lot for that much-needed cleanup of my code... It's really interesting to see one's code reworked!

Regards,
Fredrik



[ Reply to This | # ]