Help for this page

Select Code to Download


  1. or download this
    1 2
    2 3
    ...
    4 5
    
    etc (tab column)
    
  2. or download this
    #!/usr/bin/perl
    use Modern::Perl;
    
    ...
    
    open (OUTFILE, ">average.txt") or die(Output file error");