- or download this
#! /usr/local/bin/perl
...
$::mainwin = MainWindow->new (-background => '#b5bfcc');
$::mainwin->title('MWeb Preprocessing System');
$::mainwin->geometry("-200-200");
- or download this
$::winheading = $::mainwin->Label
(
...
$::mainwin->bind('<Return>' => [$::beginbutton => 'Invoke']);
- or download this
Tk::MainLoop;
- or download this
#MainSub
sub MainSub
...
1;