]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/perl1.pl
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / samples / perl1.pl
diff --git a/samples/perl1.pl b/samples/perl1.pl
new file mode 100644 (file)
index 0000000..4b41e16
--- /dev/null
@@ -0,0 +1,11 @@
+### this file is very simplistic
+### but it shows how easy the file can be
+{
+  user => {
+    required => 1,
+  },
+  foo => {
+    required_if => 'bar',
+  },
+}
+# last item returned must be the ref
This page took 0.02541 seconds and 4 git commands to generate.