Help for this page

Select Code to Download


  1. or download this
    my $wanted_style = $tree->entrycget($path_to_copy_style_from, q{-style
    +});
    
  2. or download this
    use strict;
    use warnings;
    ...
    $frame_b->Button(-text => q{Exit}, -command => sub { exit })->pack;
    
    MainLoop;