in reply to Re^2: problem with TK, tag, passing param with binding, destroying binds
in thread problem with TK, tag, passing param with binding, destroying binds
Never use & except in one very special rare case.
The real fix was using for my $i (1..200) { instead of the C style for(;;).
|
|---|