Excel::template::element::var
To provide parameter substitution.
\s-1VAR\s0
Excel::Template::Element
\s-1NAME\s0 This is the name of the parameter to substitute here.
None
None
This will only be used within \s-1CELL\s0 tags.
This is used exactly like HTML::Template's \s-1TMPL_VAR\s0. There is one exception - since you can have variable names inside the parameters, you can do something like:
<loop name="LOOPY"> <var name="$SomeParam"/> </loop>
Where the actual name to be substituted is, itself, a parameter.
Rob Kinyon ([email protected])
\s-1CELL\s0