Parse your eyes!
My little RSS project has foundered on the shoals of RSS parsing woes. If you have a raw apostrophe in your RSS feed, well-behaved RSS parsers will fail. Isn’t that fun? Amphetadesk works around this by just using XML::Simple directly, which I suppose I could do, but I’m kind of lazy. Mark Pilgrim wrote a nice ultra-liberal RSS parser but it’s in Python. Learning enough Python to make use of it would be easier than writing my own code using XML::Simple, I think. Maybe not. Not tonight, anyhow, either way. ...