$index = ($index + $dir) % @array; [download]
Or:
( $index += $dir ) %= @array; [download]
In reply to Re^2: Array manipulation how to by jwkrahn in thread Array manipulation how to by chessgui