Help for this page

Select Code to Download


  1. or download this
    use strict;
    use utf8;
    ...
    my $conn = MongoDB::Connection->new(host => '127.0.0.1:27017',
                                        query_timeout => 1000 * 6000);
    my $db = $conn->dev;
    
  2. or download this
    
    [DONE]
    ...
    
    [DONE]