Help for this page
use strict; my @end = ( 3, 3, 3 ); ... } print "done \n";
this is loop position [ 0 0 0 ] this is loop position [ 0 0 1 ] ... this is loop position [ 2 2 1 ] this is loop position [ 2 2 2 ] done