Help for this page

Select Code to Download


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