Hmmm. Ok, I didn't realize that was possible (but I shoulda figured... it's Perl :-) ). Here's a question though: if I don't have DB_File, and I want to display a range of numbers, say 614 - C18, how would I be able to do it without the sort field?
Comment on Re: Re: Database Structure/Sorting/Displaying
Assuming the hash is %db. I suspect you were doing
something similar but using the sort N field? The downfall is that
you need to get the whole list of keys into memory --- with DB_File
that could be avoided.