Help for this page

Select Code to Download


  1. or download this
    for $i ( @array ) {
    
    ...
               -command => [\&printme, $i],
           )->pack();
    }
    
  2. or download this
       $buttonhash{$i}{'object'} = $mw->Button(....)
    
  3. or download this
    $buttonhash{$i}{'button_text'} = 'foobar'