in reply to Re: Efficiency of a Hash with 1 Million Entries
in thread Efficiency of a Hash with 1 Million Entries

Instead of trying to keep it as a script, make it a module and make the script a small wrapper around the module. Then you can use the same code from many places.

  • Comment on Re^2: Efficiency of a Hash with 1 Million Entries