Help for this page

Select Code to Download


  1. or download this
    say "$lnPAM1[$i][$j]:$i:$j";
    
  2. or download this
    -3.91202300542815:3:7
    -3.50655789731998:3:8
    ...
    :4:1
    :4:2
    :4:3
    
  3. or download this
    LINE: for (my $i=0; $i<20; $i++){
        for (my $j=0; $j<20; $j++){
    ...
            }
        }
    }