- or download this
#!/usr/bin/env perl -l
...
$$tl->grab();
}
- or download this
Nothing chosen yet!
You chose: B
- or download this
sub run_gui {
my $choice = shift;
...
...
$$choice = $chosen;
}
- or download this
Do something before GUI.
Hit <Enter> to start GUI:
...
You chose: B
Your choice: B
Do something after GUI.
- or download this
#!/usr/bin/env perl -l
...
$$tl->grab();
}