in reply to for loops
my @cloned_balls;
Then a line inside your loop to put the balls in the array. For example, using push():
push(@cloned_balls, $relement);
Now you should be able bind them using the array of balls:
$zinc->bind($cloned_balls[0], '<1>', \&ro6b);
-sam
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: for loops
by Anonymous Monk on Apr 10, 2006 at 17:32 UTC |