PURPOSE

To provide parameter substitution.

NODE NAME

\s-1VAR\s0

INHERITANCE

Excel::Template::Element

ATTRIBUTES

  • \s-1NAME\s0 This is the name of the parameter to substitute here.

CHILDREN

None

EFFECTS

None

DEPENDENCIES

This will only be used within \s-1CELL\s0 tags.

USAGE

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.

AUTHOR

Rob Kinyon ([email protected])

RELATED TO Excel::Template::Element::Var…

\s-1CELL\s0