HTML::FormFu::Validator::Callback(3) Callback validator

VERSION

version 2.03

SYNOPSIS


$field->validator('Callback')->callback( \&my_validator );
---
elements:
- type: Text
name: foo
validators:
- type: Callback
callback: "main::my_validator"

DESCRIPTION

Callback validator.

METHODS

callback

Arguments: \&code-reference

Arguments: ``subroutine-name''

AUTHOR

Carl Franks "[email protected]"

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.