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