markjugg has asked for the wisdom of the Perl Monks concerning the following question:
I'm using HTML::FormValidator to process an HTML form (which as been a very helpful module so far). One of the options is to use a custom constraint on a field-- check it's validity with your own subroutine. However, there aren't any examples in the docs, and it's not clear to me what this would look like, expecially if one wanted to pass multiple arguments to the routine. Someone care to share an example? Thanks!
-mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Example of complex constraint with HTML::FormValidator
by buckaduck (Chaplain) on Mar 21, 2001 at 04:41 UTC | |
|
Re: Example of complex constraint with HTML::FormValidator
by markjugg (Curate) on Mar 21, 2001 at 04:31 UTC | |
by tilly (Archbishop) on Mar 22, 2001 at 05:04 UTC |