XMLTV::GUI (3) Linux Manual Page
XMLTV::GUI – Handles the choice of UI for XMLTV
Synopsis
use XMLTV::GUI;Determines the type of output the user has requested for XMLTV to communicate through.
my $gui_type = get_gui_type($opt_gui);where $opt_gui is the commandline option given for –gui and $gui_type is
one of ‘term+progressbar’, ‘term’ and ‘tk’.
