Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        printf "%.0f\t",$_ for @$r;
        print "\n";
     }
    
  2. or download this
        A    B    C    
    A    0    4    5    
    B    4    0    4    
    C    5    4    0