- 授权协议: 未知
- 开发语言: Perl
- 操作系统: Windows
- 软件首页: http://search.cpan.org/~gaas/Tkx-1.07/Tkx.pm
软件介绍
Tkx 是一个更新及时的 Perl 语言的 GUI 框架。
代码示例:
use Tkx;
my $mw = Tkx::widget->new(".");
$mw->new_button(
-text => "Hello, world",
-command => sub { $mw->g_destroy; },
)->g_pack;
Tkx::MainLoop();
HTML & XHTML
Chuck Musciano、Bill Kennedy / O'Reilly Media / 2006-10-27 / GBP 39.99
"...lucid, in-depth descriptions of the behavior of every HTML tag on every major browser and platform, plus enough dry humor to make the book a pleasure to read." --Edward Mendelson, PC Magazine "Whe......一起来看看 《HTML & XHTML》 这本书的介绍吧!
