Apache-SWIT
view release on metacpan or search on metacpan
t/templates/htpage.tt view on Meta::CPAN
<html>
<body>
[% INCLUDE templates/more.tt %]
<form action="u" method="post" enctype="multipart/form-data">
:[% template.name %]:
hello [% hello %]
file: [% file %]
upload: [% up %]
[% hid %]
host: [% hostport %]
[% inhe_val%]
<input type="submit" />
<!-- Test.pm should handle readonly fields with no name -->
<input type="hidden" />
</form>
<form name="aa" method="post">
[% inv_up %]
<input type="submit" />
</form>
</body>
</html>
( run in 1.637 second using v1.01-cache-2.11-cpan-b16cb0d3907 )