Help for this page

Select Code to Download


  1. or download this
            if ( $jumper->hasPeg() ) {
    
  2. or download this
    package boardTree;
    
    ...
        }
            
    }
    
  3. or download this
                        my @nholes = (); 
                        for ($obj->{'board'}->getHoles()) {
    ...
                        $nholes[$rc]->{'peg'} = 'black';
    
                        my $newBoard = new board( \@nholes, $nextLevel );