Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use Fergal::MM qw( Bar );
    
  2. or download this
    package Foo;
    use Fergal::MM qw( Bar );
    ...
      check($value);
      $self->SUPER::setBar($value);
    }
    
  3. or download this
    $a->Grid(2, 3) = $player1;
    $a->Grid(7, 5) = $player2;
    
  4. or download this
    $a->setGrid($player1, 2, 3);
    $a->setGrid($player2, 7, 5);