Or do I have to...foreach $a(@a) { print "a- $a b - $b \n" }
Any way to do that with a foreach? Thanks, V He who laughs last, doesn't get the joke.$cnt=@a; for ($count=0;$count<$cnt;$count++) { print "a $a[$count] b $b[$count] \n"; }
In reply to VVP:arrays of the same size. by vivekvp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |