Template-Magic is a "magic" interface between programming and design. It makes
"magically" available all the runtime values - stored in your variables or
returned by your subroutines - inside a static template file. Usually no need to
assign values to the object.
Structure
---------
This is the general three of the template::Magic system
Bundle::Template::Magic a bundle to install everything in one step
Template::Magic the main module
Template::Magic::Zone defines the zone object
Template::Magic::HTML handlers useful in HTML environment
1. CPAN installation
- if you want to install Template::Magic plus all related extensions
(Template::Magic::HTML and prerequisites), all in one easy step:
perl -MCPAN -e 'install Bundle::Template::Magic'
2. Standard installation
- from the directory where this file is located, type: