1Excel::Template::ElemenUts:e:rVaCro(n3t)ributed Perl DocEuxmceenlt:a:tTieomnplate::Element::Var(3)
2
3
4
6 Excel::Template::Element::Var - Excel::Template::Element::Var
7
9 To provide parameter substitution.
10
12 VAR
13
15 Excel::Template::Element
16
18 ยท NAME
19
20 This is the name of the parameter to substitute here.
21
23 None
24
26 None
27
29 This will only be used within CELL tags.
30
32 This is used exactly like HTML::Template's TMPL_VAR. There is one
33 exception - since you can have variable names inside the parameters,
34 you can do something like:
35
36 <loop name="LOOPY">
37 <var name="$SomeParam"/>
38 </loop>
39
40 Where the actual name to be substituted is, itself, a parameter.
41
43 Rob Kinyon (rob.kinyon@gmail.com)
44
46 CELL
47
48
49
50perl v5.32.0 2020-07-28 Excel::Template::Element::Var(3)