Re: sorting DB_File hash data
On Jun 20, 1:39 am, philg...@yahoo.com (philge philip) wrote: > hi > > can someone tell me how i can sort by keys from a hash (huge data) stored in > a DB_File? > You might try a merge-sort - check CPAN. Another possibility: re-write the existing DB_File to use a DB_Tree format which by default
sorting DB_File hash data
hi can someone tell me how i can sort by keys from a hash (huge data) stored in a DB_File? thanking you philge