Main > Programming > Libraries >

Template::Magic 1.39

Template::Magic 1.39

Sponsored Links

Template::Magic 1.39 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.045 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 839
Date added: 2007-07-11
Publisher: Domizio Demichelis

Template::Magic 1.39 description

Template::Magic is a Perl module for magic merger of runtime values with templates.

SYNOPSIS

Just add these 2 magic lines to your code...

use Template::Magic;
Template::Magic->new->print( /path/to/template );

to have all your variable and subroutines merged with the template file, or set one or more constructor array to customize the output generation as you need:

use Template::Magic qw( -compile );

$tm = new Template::Magic
paths => [ qw(/any/path /any/other/path) ] ,
markers => [ qw( < / > ) ] ,
lookups => [ %my_hash, $my_obj, main ] ,
zone_handlers => [ &my_zone_handler, _EVAL_ ] ,
value_handlers => [ DEFAULT, &my_value_handler ] ,
text_handlers => sub {print lc $_[1]} ,
output_handlers => sub {print uc $_[1]} ,
post_handlers => &my_post_handler ,
options => no_cache ;

$tm->nprint( template => /path/to/template
lookups => %my_special_hash );

Template::Magic 1.39 Screenshot

Advertisements

Template::Magic 1.39 Keywords

Bookmark Template::Magic 1.39

Hyperlink code:
Link for forum:

Template::Magic 1.39 Copyright

WareSeeker periodically updates pricing and software information of Template::Magic 1.39 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Template::Magic 1.39 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. Free Download
Bundle::Template::Magic is a bundle to install MagicTemplate distribution plus all related extensions and prerequisites. Free Download
Template::Plugins is a Perl module with plugin provider module. Free Download
Template::Manual::Plugins is Perl module for standard plugins. Free Download
Parse::Template was initially created to serve as a code generator for the Parse::Lex class. Free Download
File::MMagic is a Perl module to guess file type. Free Download
Template::Alloy::TT Perl module contains a Template::Toolkit role. Free Download
Pod::Template is a Perl module for building pod documentation from templates. Free Download