my @last_distance; # Use instead of @{ $distance[$u-1] } my @this_distance; # Use instead of @{ $distance[$u-0] } for($u = 0; $u < $U; $u++ ) { ... @last_distance = @this_distance; }
In reply to Re^3: for-loop issue - swap gets crazy large
by ikegami
in thread for-loop issue - swap gets crazy large
by esolkc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |