in reply to Re: Retrieving content from couchdb using CouchDB::Client
in thread Retrieving content from couchdb using CouchDB::Client
CouchDB::Client::Doc=HASH(0x240e8e8)
This is what i get in return, my point is that i created a document and then i am able to get it since $doc object is present but if the doc is present already in couchdb and i want to retrieve it then what should be the procedure. If i run the same code again then doc is already present in couchdb so i get this as output.
hello
Can't call method "retrieve" on an undefined value at couch.pl line 15.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Retrieving content from couchdb using CouchDB::Client
by GotToBTru (Prior) on Apr 23, 2015 at 16:00 UTC | |
by shivam99aa (Novice) on Apr 23, 2015 at 18:14 UTC |