1HTML::FormFu::Inflator(U3s)er Contributed Perl DocumentatHiToMnL::FormFu::Inflator(3)
2
3
4
6 HTML::FormFu::Inflator - Inflator Base Class
7
9 version 2.07
10
12 my $inflator = $form->inflator( $type, @names );
13
15 Inflator Base Class.
16
18 names
19 Arguments: @names
20
21 Return Value: @names
22
23 Contains names of params to inflator.
24
25 process
26 Arguments: $form_result, \%params
27
29 HTML::FormFu::Inflator::CompoundDateTime
30 HTML::FormFu::Inflator::DateTime
31
33 Carl Franks, "cfranks@cpan.org"
34
36 This library is free software, you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
40 Carl Franks <cpan@fireartist.com>
41
43 This software is copyright (c) 2018 by Carl Franks.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.32.1 2021-01-27 HTML::FormFu::Inflator(3)