|
|
- Date validator
-
Validating a date via regular expressions is tough, and this piece
of code proves it!. It may be more than you're looking for, but it
works. And if you take the time to understand it, you'll be a leg
up in your regex parsing.
Gadget
- Form re-filler
- Ever need to put a user's data back in a form for
validation, error correction, etc.? Here, in one complete
Perl script, is code to substitute data values back into all
HTML form elements. Gadget
All code listings.
|
|