Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub numeric {
        $a <=> $b;
    }
    
  2. or download this
       id1\id2        11        12        13        14        15
             1         1         0         0         0         0
    ...
             3         0         0         1         0         0
             4         0         0         0         1         0
             5         0         0         0         0         1
    
  3. or download this
    use strict;
    use warnings;
    ...
    sub numeric {
        $a <=> $b;
    }