Skip to content

Instantly share code, notes, and snippets.

@deppp
Created October 10, 2009 00:32
Show Gist options
  • Save deppp/206456 to your computer and use it in GitHub Desktop.
Save deppp/206456 to your computer and use it in GitHub Desktop.
use AnyEvent::CouchDB;
my $couch = couch('http://localhost:5984/');
my $condvar = $couch->all_dbs;
my $data = $condvar->recv;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment