in reply to Re: hash of arrays -- Im missing something
in thread hash of arrays -- Im missing something

Excellent. The $_ = [ $value1, $value2 ]; was very helpful. The script is using warnings. Nothing more than the dreaded unitialized value was ever popped out. Of course, that is because my regex was skewed. Its all fixed now.

Thanks!

----------
- Jim