fetch data from mongo DB using perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saysuri
    New Member
    • Aug 2013
    • 7

    fetch data from mongo DB using perl

    Hi there,
    can some one help he with below.
    how to fetch data from mongo using perl.
    and how to display the result in webpage using cgi. on Apache.
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    In Perl, when you want to perform a task, the first thing you should be thinking is, "Is there a module for that?".

    If you search cpan, you will find a mongodb module as the first result.

    Regards,

    Jeff

    Comment

    • saysuri
      New Member
      • Aug 2013
      • 7

      #3
      Hay there,
      thanks Jeff for the information and quick response.

      Comment

      Working...