NAME
MongoDB::BSON - Encoding and decoding utilities (more to come)
ATTRIBUTES
char
$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 (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.