EXAMPLE.pl # run with "best" UI
DISPLAY= EXAMPLE.pl # run with "best" TUI
EXAMPLE.pl <N> # run with UI number N, if available
EXAMPLE.pl -? # list UI numbers
UI=<Name> EXAMPLE.pl # run with UI with name "Name"
ABSTRACT
These are the example scripts for UI::Various,
e. g. several "Hello World!" variants.
DESCRIPTION
If an example script is called without parameter if is run using the
best available user interface. If the environment variable DISPLAY
is not set this would be the best available terminal user interface
(TUI). If the first parameter is a number, the corresponding user
interface from the following list is chosen:
1 Tk (Perl Tk)
2 Curses (Curses::UI)
3 RichTerm (builtin rich terminal interface)
4 PoorTerm (builtin poor terminal interface, also fallback)