Help for this page
use Tk; my $mw = MainWindow->new; ... CORE::exit(); } sub process_line { print "user input: $_[0]\n" }