NAME
MongoDB - A Mongo Driver for Perl
VERSION
version 0.01
SYNOPSIS
use MongoDB;
my $connection = MongoDB::Connection->new(host => 'localhost, port => 27017);
my $database = $connection->get_database('foo');
my $collection = $database->get_collection('bar');
my $id = $collection->insert({ some => 'data' });
my $data = $collection->find_one({ _id => $id });
AUTHOR
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2009 by 10Gen.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004