logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

       •   NAME

           This is the name of the parameter to substitute here.

Author

       Rob Kinyon (rob.kinyon@gmail.com)

Children

       None

Dependencies

       This will only be used within CELL tags.

Effects

       None

Inheritance

       Excel::Template::Element

Name

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

Node Name

       VAR

Purpose

       To provide parameter substitution.

See Also

       CELL

perl v5.34.0                                       2022-06-13                 Excel::Template::Element::Var(3pm)

Usage

       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.

See Also