in reply to Re: Foreach two arrays?
in thread Foreach two arrays?
resulting in -@a = qw(look the for); @b = qw(at lovely loop); for($i = 0; $i < @a; $i++) { print "$a[$i] $b[$i] "; }
Just my $0.02 (not that I'm one to arbitrarily dispense money ;o)
broquaint
|
|---|