http://www.perlmonks.org?node_id=940413

JediMasterT has asked for the wisdom of the Perl Monks concerning the following question:

As a real-world application, and to learn a bit more about HTTP and parsing, I am using the Twitter API to search for the 20 latest mentions of someones name. The API that I would be using, "REST API", can send this information in four formats: XML, JSON, RSS, and atom. Because there are so many options, so many libraries for each option, and because it's an interesting discussion topic, I thought I'd ask the monks of Perl wisdom: Which format/library would be best for this situation?

PS, the documentation is here