Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

impossiblerobot's scratchpad

by impossiblerobot (Deacon)
on Jun 13, 2004 at 10:47 UTC ( [id://363793]=scratchpad: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-18 11:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found