Help for this page
<html> <form> ... <p><div><label for="descOfSymptoms">Description of Symptoms</label> <t +extarea id="descOfSymptoms" style="width:363px" rows="4" <TMPL_VAR de +scOfSymptoms> ></textarea></p> </form> </html>
#!/usr/local/bin/perl use warnings; ... $template->param(descOfSymptoms => $results->[2]); } print "Content-Type: text/html\n\n", $template->output;