Tuesday, May 12, 2015

I think I might have it. my $find   = $collection->find ; say Dumper $find ; while (my $record = $...

I think I might have it.

my $find   = $collection->find ;
say Dumper $find ;

while (my $record = $find->next){
    say Dumper $record ;
    }

Trying with my other things. But I want it all instead of next.

No comments:

Post a Comment