- or download this
#!/usr/bin/env perl
...
...
MainLoop;
- or download this
$applemenu->command(-label => 'Hello', -command => sub { print "Hello\
+n" });
- or download this
my $menubar = $mw->Menu(-type => 'menubar');
...
$mw->configure(-menu => $menubar);
- or download this
# Converted from menu.tcl --
- or download this
$mw->Button(...)->pack; # Tk
$mw->new_button(...)->g_pack; # Tkx