Be careful - HTML Escape
your variables may contain dubious characters...
such as < > " &
use the HTML escape '| h':
Name:
<%
$name
|
h
%>
. Address:
<%
$address
|
h
%>
.
replaces with < > " &
uses HTML::Entities