]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/perl1.pl
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / samples / perl1.pl
1 ### this file is very simplistic
2 ### but it shows how easy the file can be
3 {
4 user => {
5 required => 1,
6 },
7 foo => {
8 required_if => 'bar',
9 },
10 }
11 # last item returned must be the ref
This page took 0.035539 seconds and 4 git commands to generate.