Help for this page

Select Code to Download


  1. or download this
    $mw->Button(text => $tasks->{"task"}->[$_]->{"description"}, command =
    +> sub {pub("$_")})->pack();
    
  2. or download this
    $mw->Button(text => $tasks->{"task"}->[$_]->{"description"}, command =
    +> [\&pub, "$_"])->pack();