Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77247DE58 for ; Thu, 23 Aug 2012 13:09:34 +0000 (UTC) Received: (qmail 17954 invoked by uid 500); 23 Aug 2012 13:09:34 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 17910 invoked by uid 500); 23 Aug 2012 13:09:34 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 17903 invoked by uid 500); 23 Aug 2012 13:09:34 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 17900 invoked by uid 99); 23 Aug 2012 13:09:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 13:09:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 13:09:31 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 90191ADF; Thu, 23 Aug 2012 13:09:10 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 23 Aug 2012 13:09:10 -0000 Message-ID: <20120823130910.51553.19560@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Getting=5Fstarted=5Fwith=5FPerl?= =?utf-8?q?=22_by_JustinNewman?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Getting_started_with_Perl" page has been changed by JustinNewman: http://wiki.apache.org/couchdb/Getting_started_with_Perl?action=3Ddiff&rev1= =3D7&rev2=3D8 = Getting started with Perl and the CouchDB API. = - The following shows the basics of working with the raw CouchDB REST api f= rom Perl. If you want a richer interface that more tightly maps Couch docum= ents into Perl (so you don't have to deal with JSON manually, for example),= you should pick your favourite out of the several implementations: [[http:= //search.cpan.org/dist/CouchDB-Client/|CouchDB::Client]], [[http://search.c= pan.org/dist/AnyEvent-CouchDB/|AnyEvent::CouchDB]], [[http://search.cpan.or= g/dist/DB-CouchDB-Schema/|DB::CouchDB::Schema]], or for POE lovers [[http:/= /search.cpan.org/dist/POE-Component-Client-CouchDB/|POE::Component::Client:= :CouchDB]] + The following shows the basics of working with the raw CouchDB REST api f= rom Perl. If you want a richer interface that more tightly maps Couch docum= ents into Perl (so you don't have to deal with JSON manually, for example),= you should pick your favourite out of the several implementations: [[http:= //search.cpan.org/~norbu/Store-CouchDB/lib/Store/CouchDB.pm|Store::CouchDB]= ], [[http://search.cpan.org/dist/CouchDB-Client/|CouchDB::Client]], [[http:= //search.cpan.org/dist/AnyEvent-CouchDB/|AnyEvent::CouchDB]], [[http://sear= ch.cpan.org/dist/DB-CouchDB-Schema/|DB::CouchDB::Schema]], or for POE lover= s [[http://search.cpan.org/dist/POE-Component-Client-CouchDB/|POE::Componen= t::Client::CouchDB]]. = Note that these examples all use the new version of CouchDB, with a JSON = interface rather than XML. =20