in reply to declaring a common loop variable

I want to iterate through multiple arrays
foreach my $thing (@arr1,@arr2) { print "$thing\n"; };
poj