It has been a while since I needed to delve into perl scripting and I've run across a fairly simple problem, I expect, but cannot, in short work, find a simple solution.
I have multiple arrays (that for other reasons need to remain seperate) that I would like to run the same foreach loop on. I realize that one solution would be to have the code be in a sub-routine and run each arrary through it.