nicedawg/mongo-perl-driver
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MongoDB Perl Driver
This driver allows you to connect to MongoDB from Perl.
To install, run:
$ perl Makefile.PL [--ssl] (if you're using mongodb with ssl)
$ make
$ make test (export MONGO_SSL=1 if you're using mongodb with ssl)
$ sudo make install
For full documentation, see the CPAN page <http://search.cpan.org/dist/MongoDB>.