Main > Programming > Libraries >

Text::Template::Inline 0.13

Text::Template::Inline 0.13

Sponsored Links

Text::Template::Inline 0.13 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.006 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 794
Date added: 2007-08-22
Publisher: Zack Hobson

Text::Template::Inline 0.13 description

Text::Template::Inline allows easy formatting of hierarchical data.

SYNOPSIS

# you can import any name you want instead of "render"
use Text::Template::Inline render;

# yields "Replace things and stuff."
render {
foo => things,
bar => stuff,
}, q ;

# yields "Three Two One Zero"
render [qw/ Zero One Two Three /], {3} {2} {1} {0};

# for a blessed $obj that has id and name accessors:
render $obj, {id} {name};

# a "fat comma" can be used as syntactic sugar:
render $obj => {id} {name};

# its also possible to traverse heirarchies of data,
# even of different types.
# the following yields "one two three"
render {
a => { d => one },
b => { e => two },
c => { f => [qw/ zero one two three /], },
} => {a.d} {b.e} {c.f.3};

# theres also an automatic unindent feature that
# lines up to the least-indented line in the template:
render {
a => { d => one },
b => { e => two },
c => { f => [qw/ zero one two three /], },
} => q{
{a.d}
{b.e}
{c.f.3}
};
# the above results in this:
one
two
three


Text::Template::Inline 0.13 Screenshot

Advertisements

Text::Template::Inline 0.13 Keywords

Bookmark Text::Template::Inline 0.13

Hyperlink code:
Link for forum:

Text::Template::Inline 0.13 Copyright

WareSeeker periodically updates pricing and software information of Text::Template::Inline 0.13 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 Text::Template::Inline 0.13 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::Simple is a simple and fast template module. Free Download
Text::Templar is a document-generation object class. Free Download
Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. Free Download
Template::Plugin::ASCIITable is a Perl module that allows you to use Text::ASCIITable in your templates. Free Download
Text::Replace is a Perl module to replace variables from a hash. Free Download
MKDoc::Text::Structured::Inline is a Perl module to convert text to HTML without handling block-level tags. Free Download
Template::Plugins is a Perl module with plugin provider module. Free Download
HTML::Template::JIT is a just-in-time compiler for HTML::Template. Free Download