Generic::UI - A generic webapplication module.
use Generic::UI;
my $ui = new Generic::UI(
cache => $cache, # Generic::UI::Cache object
templates => \%hash, # hash ref containing all req. templates
me => 'index.pl', # .cgi Script which runs the GUI
query => $CGI, # the CGI query object, required!
);