]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/html2.htm
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / samples / html2.htm
diff --git a/samples/html2.htm b/samples/html2.htm
new file mode 100644 (file)
index 0000000..1d8a41c
--- /dev/null
@@ -0,0 +1,10 @@
+<form name="foo">
+<input type=text name=user validation="
+ required: 1
+">
+<input type=text name=foo validation="
+ required_if: 'bar'
+">
+<input type=hidden name=bar value=1>
+</form>
+
This page took 0.024493 seconds and 4 git commands to generate.