Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i have a secondary DB (BerkeleyDB::BTree) in natural sorting order;
sometimes i need to output records in reverse sort order, how to do it in join cursor situation?
do i need to create another secondary DB in reverse sort order for this?