File: button.pl

package info (click to toggle)
libterm-readline-gnu-perl 1.07-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 252 kB
  • ctags: 133
  • sloc: perl: 1,402; makefile: 51
file content (3 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (7)
1
2
3
my $b;
$b=$mw->Button(-text=>'hello',-command=>sub{print $OUT 'hello'});
$b->pack;