in reply to How to hash without the hash- basic

But map is easily constructed using a for-loop and grep is an equal-operator away from map, which renders the requirement not to use grep or map moot. Unless you also forbid using loops, but that would make the assignment quite bothersome.
  • Comment on Re: How to hash without the hash- basic