Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict; use warnings; use 5.014;
    ...
        my $n   = $col[5];
        return ($key, $avg, $n);
    }