hi all

I would like to know how to do the following
I have a whole bunch of arrays eg var1 var2 var3 var4 var5 var6 var7



and I need each of them to be processed, in the one foreach loop, eg

foreach var(@var1, @var2, @var3, @var4, @var5, @var6){

    Do somthing here on each var
}

is this passable, an how would I do it, basically I am looking for guidance
here on how to do this, from a Perl point of view, would hashes be the
answer ?

Thanks
Pat

Reply via email to