#Sub utemplate (use template) Call only when ready to print. sub utemplate { open(TEMPLATE,"/pathtotemplate/template.html") || die("Unable to acess template: $!"); #Open the template file my @template =