perl

  • Windows MongoDB perl driver installation
    •  
    • Open a Strawberry Perl terminal window
    • To open a cpan installation shell type:
      cpan
    • Make sure cpan follows dependencies:
      o conf prerequisites_policy follow
      o conf commit
    • Install the MongoDB perl module:
      install Module::MongoDB
      			






>>
 


+ o -