Help for this page

Select Code to Download


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