1HTML::FormFu::Filter::CUosmeprouCnodnJtoriinb(u3t)ed PerHlTMDLo:c:uFmoernmtFaut:i:oFnilter::CompoundJoin(3)
2
3
4

NAME

6       HTML::FormFu::Filter::CompoundJoin - CompoundJoin filter
7

VERSION

9       version 2.07
10

SYNOPSIS

12           ---
13           element:
14             - type: Multi
15               name: address
16
17               elements:
18                 - name: number
19                 - name: street
20
21               filter:
22                 - type: CompoundJoin
23
24           # get the compound-value
25
26           my $address = $form->param_value('address');
27

DESCRIPTION

29       For use with a HTML::FormFu::Element::Multi group of fields.
30
31       Joins the input from several fields into a single value.
32

METHODS

34   join
35       Arguments: $string
36
37       Default Value: ' '
38
39       String used to join the individually submitted parts. Defaults to a
40       single space.
41
42   field_order
43       Inherited. See "field_order" in HTML::FormFu::Filter::_Compound for
44       details.
45
46           ---
47           element:
48             - type: Multi
49               name: address
50
51               elements:
52                 - name: street
53                 - name: number
54
55               filter:
56                 - type: CompoundJoin
57                   field_order:
58                     - number
59                     - street
60

AUTHOR

62       Carl Franks, "cfranks@cpan.org"
63

LICENSE

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

AUTHOR

69       Carl Franks <cpan@fireartist.com>
70
72       This software is copyright (c) 2018 by Carl Franks.
73
74       This is free software; you can redistribute it and/or modify it under
75       the same terms as the Perl 5 programming language system itself.
76
77
78
79perl v5.30.0                      2019-07-H2T6ML::FormFu::Filter::CompoundJoin(3)
Impressum