in reply to naming a variable with the datum from another variable

This is called symbolic referencing, and it's a bad idea for many reasons, all of which are summed up nicely in Why it's stupid to use a variable as a variable name.

Looks like it's probably time to learn about references and build an array of hashes instead.

  • Comment on Re: naming a variable with the datum from another variable