sub display { my( $file, $vars ) = @_; $template->process("$file.tt", $vars); }