in reply to Automating RSS fetching and comparing

I'm working on a fairly sophisticated version of this (minus the Twitter) idea right now. XML::Feed is your friend. While I find some of the interface annoying (you can't set your own user agent for example) it's really a very slick package. You'll probably want to read up on DateTime as well so you can deal with feed dates which come back as DateTime objects.

  • Comment on Re: Automating RSS fetching and comparing