> I've go tired of typing :"), but if I had current index-iterator ( say under
> $i just as example) at hand the way I have $_ i can just type :
> 
> print "$_ : $b[$i]\n" for @a;
> OR
> print "$a[$i] : $b[$i]\n" for @a;
> 
For a general solution to this see Buddha Buck's RFC on iterators:
  http://dev.perl.org/rfc/207.html

-- 
  Jeremy Howard
  [EMAIL PROTECTED]

Reply via email to