| MongoDB::BSON - Encoding and decoding utilities |
MongoDB::BSON - Encoding and decoding utilities (more to come)
$MongoDB::BSON::char = ":";
$collection->query({"x" => {":gt" => 4}});
Can be used to set a character other than "$" to use for special operators.
| MongoDB::BSON - Encoding and decoding utilities |