Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Data Validation Tests

by Aristotle (Chancellor)
on Jan 26, 2003 at 14:09 UTC ( [id://229969]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @_id = $cgi->params('id');
    
    ...
    
        push @id, $match;    
    }
    
  2. or download this
    my $validator = Data::FormValidator->new({
        delete_items_page => {
    ...
            },
        },
    });
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://229969]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found