Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tk;
    ...
        $widget->destroy if $widget != 0;
        $widget = $frame->Label(-text => $txt)->pack;
    }