This document discusses non-relational databases and MongoDB. It provides an overview of MongoDB, how to install and connect to it using Perl, and how to perform common operations like inserting, updating, querying and indexing data. Examples are given for inserting documents, updating them by pushing to arrays, and querying based on field values, regular expressions and JavaScript expressions. Tips are also provided on optimizing queries, paging through results and logging data.