HTML::FormFu::Deflator::Callback(3) Callback deflator

VERSION

version 2.03

SYNOPSIS


$field->deflator('Callback')->callback( \&my_callback );
---
elements:
- type: Text
name: foo
deflators:
- type: Callback
callback: "main::my_deflator"

DESCRIPTION

Callback deflator.

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.