Help for this page
use Tk; ... $frm2->Label(-text=>"buttons to specific data")->pack(-side=>'top' +); $frm2->Label(-text=>"buttons to specific data")->pack(-side=>'top' +); }
use Tk; ... $container->Label(-text=>"buttons to specific data")->pack(-side=> +'top'); $container->Label(-text=>"buttons to specific data")->pack(-side=> +'top'); }