As you might know, elliptics network is a distributed hash table storage system, which supports data partitioning, redundancy and recovery without any master servers as well as lots of other features.
It is created as a simple library with examples which include server and client nodes, notification and statistics receiving utility and so on. Now it also has Perl bindings for the vast majority of the exported APIs.
One can check out a git tree and build appropriate perl object files.
It is synced with the master elliptics network branch, so both trees have the same version number.
Enjoy!
you should upload it to cpan.org
Thanks a lot for putting this up, I looked through the examples and it seem straight forward.