- or download this
#!/usr/bin/perl
use 5.12.1;
...
$term->tkRunning(1);
my $x = $term->readline('> ');
- or download this
#!/usr/bin/perl
...
$term->tkRunning(1);
my $x = $term->readline('> ');
- or download this
our $fe;
sub register_Tk
...
::LOG("Registering");
$fe ||= AE::io($self->IN, 0, sub { $cv->send() });
}