Help for this page

Select Code to Download


  1. or download this
      10  15  20  10
      10          10
    
  2. or download this
      10  10  20  10
          15      10
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        $columns[$a] -= $height[1];
    }
    print Dumper \@distribution;