Leser: 1
![]() |
![]() |
5 Einträge, 1 Seite |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
use Tk; use strict; sub doHello() { system('dir'); } my $top = new MainWindow; my $button = $top->Button(-text => 'Hello World', -command => \&doHello); $button->pack(); MainLoop;
QuoteActiveState has released ActivePerl 5.8.8.817 today. It fixes a number of serious issues that have been found in the 816 release:
* Restored binary compatibility to previous releases.
* Fixed several bugs on Windows related to GUI applications and
signal handling. These bugs were introduced in build 816.
* Updated threads and threads::shared modules to fix resource leaks
![]() |
![]() |
5 Einträge, 1 Seite |