Excel::Template::Element::Var - Excel::Template::Element::Var documentation


Excel-Template documentation  | view source Contained in the Excel-Template distribution.

Index


NAME

Top

Excel::Template::Element::Var

PURPOSE

Top

To provide parameter substitution.

NODE NAME

Top

VAR

INHERITANCE

Top

Excel::Template::Element

ATTRIBUTES

Top

* NAME

This is the name of the parameter to substitute here.

CHILDREN

Top

None

EFFECTS

Top

None

DEPENDENCIES

Top

This will only be used within CELL tags.

USAGE

Top

This is used exactly like HTML::Template's TMPL_VAR. 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

Top

Rob Kinyon (rob.kinyon@gmail.com)

SEE ALSO

Top

CELL


Excel-Template documentation  | view source Contained in the Excel-Template distribution.