]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/html2.htm
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / samples / html2.htm
1 <form name="foo">
2 <input type=text name=user validation="
3 required: 1
4 ">
5 <input type=text name=foo validation="
6 required_if: 'bar'
7 ">
8 <input type=hidden name=bar value=1>
9 </form>
10
This page took 0.029192 seconds and 4 git commands to generate.