We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb423 commit 161cfb5Copy full SHA for 161cfb5
source/drivers/perl.txt
@@ -56,7 +56,7 @@ To connect to a `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_ cluster, use
56
use MongoDB;
57
58
my $client = MongoDB->connect(
59
- "mongodb+srv://<username>:<password>@<cluster-address>/test?retryWrites=true&w=majority"
+ 'mongodb+srv://<username>:<password>@<cluster-address>/test?retryWrites=true&w=majority'
60
);
61
my $db = $client->get_database( 'test' );
62
0 commit comments