Help for this page

Select Code to Download


  1. or download this
        #id1    #id2    #id3    
                    
    ...
    3 70                
    3 20                
    4 5
    
  2. or download this
    
            #id1    #id2    #id3    
    ...
    2       80      40        
    3       70      20        
    4               5
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        print OUT "\n";
    }