- or download this
#!/usr/bin/perl
- or download this
use Tk;
- or download this
#MainWindow
- or download this
our $mw = MainWindow->new;
- or download this
$mw->configure(-bg=>"#9AC0CD");
- or download this
$mw->geometry("800x600+240+80");
- or download this
$mw->resizable( 0, 0 );
- or download this
$mw->title("hello");
- or download this
$mw->Label(-text =>'hellov1.0',-font=>[-size=>24],-bg=>"#9AC0CD")->pac
+k();
- or download this
MainLoop;