- or download this
23c23
< package Data::FormValidator;
...
> }
> ####################################################################
+##
- or download this
#!/usr/bin/perl -w
...
$errortext .= "The following fields were not completed correctly: \n"
+.
join("\n", @{$error{invalid}}) . "\n";
print $errortext;
- or download this
use strict;
use CGI qw(header);
...
[% END %]
<input type="submit">
</form>
- or download this
use strict;
use CGI qw(header);
...
[% END %]
<input type="submit">
</form>