HTML::FormFu::Inflator::Callback(3) Callback inflator

VERSION

version 2.03

SYNOPSIS


$field->inflator('Callback')->callback( \&my_callback );
---
elements:
- type: Text
name: foo
inflators:
- type: Callback
callback: "main::my_inflator"

DESCRIPTION

Callback inflator.

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.