Template::Plugin::Handel::Constants - Template Toolkit plugin for constants


Handel documentation  | view source Contained in the Handel distribution.

Index


NAME

Top

Template::Plugin::Handel::Constants - Template Toolkit plugin for constants

SYNOPSIS

Top

    [% USE hdl = Handel.Constants %]
    [% hdl.CART_TYPE_SAVED %]

    or

    [% USE Handel.Constants %]
    [% Handel.Constants.CART_TYPE_SAVED %]

DESCRIPTION

Top

Template::Plugin::Handel::Constants is a TT2 (Template Toolkit 2) plugin to access Handel::Constants inside of TT2 pages.

It contains all of the exportable constants declared in Handel::Constants::EXPORT_OK.

SEE ALSO

Top

Handel::Constants, Template::Plugin

AUTHOR

Top

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/



Handel documentation  | view source Contained in the Handel distribution.