Help for this page

Select Code to Download


  1. or download this
    $mw->Button(-text => $_->[0], -command => $_->[1], -font => 24,
      )->pack( -side => 'left', -fill => 'x', -expand => 1) for
    ...
        ['Random Move' => \&random],
        [Help => \&help],
        [Exit => sub {$mw->destroy}];