Help for this page

Select Code to Download


  1. or download this
    my $button1 = $mw->Button(-text => "18-Letters",
                              -command => sub {print OUTFILE "18L\n"},
    ...
    sub change {
     $button1->configure(-background=>"yellow")
    }
    
  2. or download this
     
    my @btn = $button1-$button28;