in reply to (dkubb) Re: (3) Printing a hash in a specific order?
in thread Printing a hash in a specific order?
I also disagree with your analysis that your method would be faster in my example. Each has to retrieve both the key and lookup the value (which we are throwing away). My method is only retrieving a one element list of keys. I do appreciate the effort at making this more efficient. As I said - my first OO project and I know I am making a lot of mistakes. I think the proper way to fix this would be to start over.
Cheers - L~R
|
|---|