http://www.perlmonks.org?node_id=964085


in reply to Re: Perl and MongoDB find error
in thread Perl and MongoDB find error

it seems that mongodb "find" doesn't support query for fields, i though its would support them as in "find_one"

Replies are listed 'Best First'.
Re^3: Perl and MongoDB find error
by Anonymous Monk on Apr 09, 2012 at 08:59 UTC

    it seems that mongodb "find" doesn't support query for fields, i though its would support them as in "find_one"

    It doesn't seem that way to me. See MongoDB::Examples

      that example might have been outdated, i checked the code of module , it doesn't support

        that example might have been outdated, i checked the code of module , it doesn't support

        I find that hard to believe :| Actually, I do not believe it :)