Help for this page

Select Code to Download


  1. or download this
    $text->delete("1.0", 'end');
    
  2. or download this
     -command => [$right_frame => \&clear_file])->pack(-side => "bottom")
    
  3. or download this
    my $Close_help = $left_frame->Button(-text => ' Close Help ',
              -command => \&clear_file )->pack(-side => "bottom");
    ...
        $right_frame->packForget;
    }