Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    my @end =   ( 3, 3, 3 );
    ...
    }
    
    print "done \n";
    
  2. or download this
    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