Help for this page

Select Code to Download


  1. or download this
    package Organism;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use bigint;
    
    ...
       $BM_LEFTMIDDLE  = 0x30000000000000000000000000000000;
       $BM_RIGHTMIDDLE = 0x0000000000000000000000000000000c;
    }
    
  3. or download this
    package Organism;
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    # tdumpxy.pl - Test mapping of Cell x,y to Tile tx,ty
    use strict;
    ...
          $y == $ny or die "oops y";
       }
    }