Help for this page

Select Code to Download


  1. or download this
      my @arrays;
      $arrays[0] = [@array[0..14]];
      $arrays[1] = [@array[15..29]];
      ...
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        }
        print "\n";
    }