Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^6: pp can't pack MongoDB and Inline Module

by Alle (Novice)
on Sep 20, 2012 at 11:51 UTC ( [id://994638]=note: print w/replies, xml ) Need Help??

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]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://994638]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found