Help for this page

Select Code to Download


  1. or download this
    my $mw = MainWindow->new;
    my $b1 = $mw->Button(-text => 'Go', -command => sub{&go})->pack();
    ...
        while(<H>) { $text->insert('end',$_); }
        }
    }
    
  2. or download this
    
    #!/usr/bin/perl
    ...
        $text_box->delete('0.0','end');
    }