£okì has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::GUI; $text = "Testing!"; $main = Win32::GUI::Window->new( -name => 'Main', -text => 'INSCO Inventory Manager', -height => '600, -width => '800' ); $main->AddLabel(-text => $text); $main->Show(); Win32::GUI::Dialog(); sub Main_Terminate { -1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Command Line Interpeter Errors
by BrowserUk (Patriarch) on Mar 18, 2003 at 15:18 UTC | |
by £okì (Scribe) on Mar 18, 2003 at 15:57 UTC | |
by kelan (Deacon) on Mar 18, 2003 at 16:03 UTC | |
|
Re: Command Line Interpeter Errors
by sschneid (Deacon) on Mar 18, 2003 at 15:01 UTC | |
by £okì (Scribe) on Mar 18, 2003 at 15:03 UTC |