in reply to Re^3: Why callbacks?
in thread Why callbacks?
I think you're right -- using callbacks for that sounds like a very strange API choice. I assume it does this because the set of data to be fetched could be very large and take a while. Most perl programmers are more accustomed to an OO iterator API in that situation, like what DBI provides.