{ my %template_var; my ($key,$val) = split '=', $linefromtemplate; $template_var{$key} = $val; }