Help for this page

Select Code to Download


  1. or download this
    use Tk;
    
    ...
        $frm2->Label(-text=>"buttons to specific data")->pack(-side=>'top'
    +);
        $frm2->Label(-text=>"buttons to specific data")->pack(-side=>'top'
    +);
    }
    
  2. or download this
    use Tk;
    
    ...
        $container->Label(-text=>"buttons to specific data")->pack(-side=>
    +'top');
        $container->Label(-text=>"buttons to specific data")->pack(-side=>
    +'top');
    }