I have a list of variables named the same except for an
incremented number appended to the name. I wish to do a
loop and print out these variables. How do I reference the
variable names? (The variable name can be output
using "blah" . $i; how do I get to the contents of that
variable?)
thanks