use CGI qw('-no_undef_params' -utf8 );
my $cgi = new CGI;
my ($template,$borrowernumber,$cookie);
# decide which template to use
my $template_name;
my $template_type;
-