Help for this page
#!/usr/bin/perl ... $template->param(text => $value); print $template->output; exit;
<HTML> <TMPL_VAR NAME=text> </HTML>
open(SEE, "< ../$value") or die "The File could not be opened.";