in reply to Re^2: 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"

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

Replies are listed 'Best First'.
Re^4: Perl and MongoDB find error
by Kanishka.black0 (Scribe) on Apr 10, 2012 at 22:15 UTC
    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 :)

        find is not working i check the code, it been redirected to query in for final processing , even i was unable to digest at first.