Karger78 has asked for the wisdom of the Perl Monks concerning the following question:
my $mw = new MainWindow; $mw->minsize(qw(600 700)); $mw->maxsize(qw(600 700)); my $emailLab = $mw -> Label(-text=>"Enter name:") -> pack(); MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl TK simple question
by keszler (Priest) on Oct 21, 2009 at 14:58 UTC | |
|
Re: Perl TK simple question
by biohisham (Priest) on Oct 21, 2009 at 14:49 UTC | |
|
Re: Perl TK simple question
by Anonymous Monk on Oct 21, 2009 at 13:58 UTC | |
|
Re: Perl TK simple question
by markuhs (Scribe) on Oct 21, 2009 at 14:43 UTC |