in reply to Re^3: Win32::GUI in Active perl 5.16.3
in thread Win32::GUI in Active perl 5.16.3
outputuse Win32::GUI(); warn "got here"; $main = Win32::GUI::Window->new(-width => 100,-height => 100,); $main->AddLabel(-text => "Hello, world"); $main->Show(); Win32::GUI::Dialog();
After printing this it crashes and the same error comes.got here at test2.pl line 2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Win32::GUI in Active perl 5.16.3
by Anonymous Monk on May 06, 2013 at 12:41 UTC | |
by samir_gambler (Novice) on May 06, 2013 at 13:44 UTC | |
by Anonymous Monk on May 06, 2013 at 13:52 UTC | |
by samir_gambler (Novice) on May 06, 2013 at 14:01 UTC |