The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::FormFu::Filter::Callback - filter with custom subroutine

SYNOPSIS

    $form->filter( Callback => 'foo' );

DESCRIPTION

Filter using a user-provided subroutine.

AUTHOR

Carl Franks, cfranks@cpan.org

Based on the original source code of HTML::Widget::Filter::Callback, by Lyo Kato, lyo.kato@gmail.com

LICENSE

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