Main > Programming > Libraries >

Template::Recall 0.05

Template::Recall 0.05

Sponsored Links

Template::Recall 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.005 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 931
Date added: 2007-04-07
Publisher: James Robson

Template::Recall 0.05 description

Template::Recall is a "Reverse callback" templating system.



SYNOPSIS

use Template::Recall;

my $tr = Template::Recall->new( template_path => /path/to/template/sections );

my @prods = (
soda,sugary goodness,$.99,
energy drink,jittery goodness,$1.99,
green tea,wholesome goodness,$1.59
);

$tr->render(header);

# Load template into memory

$tr->preload(prodrow);

for (@prods)
{
my %h;
my @a = split(/,/, $_);

$h{product} = $a[0];
$h{description} = $a[1];
$h{price} = $a[2];

print $tr->render(prodrow, %h);
}

# Remove template from memory

$tr->unload(prodrows);

print $tr->render(footer);

Template::Recall works using what I call a "reverse callback" approach. A "callback" templating system (i.e. Mason, Apache::ASP) generally includes template markup and code in the same file. The template "calls" out to the code where needed. Template::Recall works in reverse. Rather than inserting code inside the template, the template remains separate, but broken into sections. The sections are called from within the code at the appropriate times.

Template::Recall 0.05 Screenshot

Advertisements

Template::Recall 0.05 Keywords

Bookmark Template::Recall 0.05

Hyperlink code:
Link for forum:

Template::Recall 0.05 Copyright

WareSeeker periodically updates pricing and software information of Template::Recall 0.05 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::Recall 0.05 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
dTemplate is known as the most rapid templating system in the known universe. Free Download
Template::Alloy::TT Perl module contains a Template::Toolkit role. Free Download
HCKit::Template is a Perl module with a template system for HTML construction. Free Download
HTML::Template::JIT is a just-in-time compiler for HTML::Template. Free Download
Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. Free Download
MAT is a C++ mathematical template class library. Free Download
Parse::Template was initially created to serve as a code generator for the Parse::Lex class. Free Download
Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. Free Download