Help for this page

Select Code to Download


  1. or download this
    
    sub start {
    ...
        $tl->Button( -text => "B", -command => sub{ destroy $tl } )->pack;
    }