Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
      $a->[2][2] = $a->[0][2];
      $a;
    }
    
  2. or download this
    for($sheet = 0; $sheet < 3; $sheet++){push @sheet, [@row];}
    
  3. or download this
    #! perl -slw
    use strict;
    ...
      [[0, 0, 0], [0, 0, 0], [0, 0, 0]],
    ]
    
  4. or download this
    #! perl -slw
    use strict;
    ...
      [[0, 0, 0], [0, 0, 0], [0, 0, 0]],
    ]