CGI-Builder
view release on metacpan or search on metacpan
CBF_examples/05_TestCBF/var/www/cgi-bin/Test/tm/Form2.html view on Meta::CPAN
<html>
<head>
<title>Form2</title>
</head>
<body bgcolor="lightblue">
<h1>Form 2</h1>
<form method="post" action="">
<input type="hidden" name="p" value="Form2_Res"><br>
email:<input name="email" type="text" value="<!--{email}-->"><span style="color:red;font-weight:bold"><!--{err_email}--></span><br>
city:<input name="city" type="text" value="<!--{city}-->"><span style="color:red;font-weight:bold"><!--{err_city}--></span><br>
<input type="submit" name="submit" value="Submit"><br>
</form>
</body>
</html>
( run in 1.961 second using v1.01-cache-2.11-cpan-39bf76dae61 )