Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.064.586 Times

Text::Template::Inline 0.13

  Date Added: July 25, 2010  |  Visits: 1.041

Text::Template::Inline

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)



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.

Requirements: No special requirements
Platforms: Linux
Keyword: Hierarchical Libraries Name One One Two Three Programming Render Texttemplateinline Three Two Three Zero
Users rating: 0/10

License: Freeware Size: 6.14 KB
USER REVIEWS
More Reviews or Write Review


TEXT::TEMPLATE::INLINE RELATED
Libraries  -  libposition 0.3
libposition provides a set of functions for calculating motion and displacement in one-, two-, and three-dimensional space. It is part of The Universe Project.. Get The Universe Simulator at SourceForge.net. Fast, secure and free downloads from...
276.48 KB  
Modules  -  Taxonomy VTN 1.0
Features - Show / Hide descriptions of terms - Show counts for vocabularies, terms and nodes (count of comments) - Set one, two or three columns for index - Set number of letters to group and show as index - setlocale to show proper sorted index -...
 
Education  -  GetDP 2.1.0
GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions. The main feature of GetDP is the closeness between the input data defining discrete problems (written by the user...
2.13 MB  
Games  -  Age of Empires III: The WarChiefs for Mac OS 1.0.2
Play as one of three new civilizations - Aztec, Iroquois, or Sioux - each with unique units, buildings and abilities that will test your strategic mettle. Use upgrades for the European civilizations from the original games to earn civ-specific...
16.5 MB  
Casino Games  -  One Card Three Pass Klondike Solitaire 1.0
1 Card 3 Pass Klondike Solitaire is medium difficulty level version of the card game Klondike Solitaire. It is just like traditional solitaire, played with a single card to cycle through the deck, but you only get 3 passes through the deck before...
5.17 MB  
Communication  -  Samplify Sampled Data Compression 1.0
Samplify for Matlab allows sampled data users (those capturing real-world samples from A/D converters, or sending samples to D/A converters) to compress these samples in one of three compression modes:a) SignalZIP (TM) lossless mode,b) Samplify...
4.4 MB  
Networking  -  Last Post Notification 1.0.3
This plugin is designed for sites that set future dates for content. It will notify an individual via email then there is one week, three days, and one day before the last post will be automatically published.Installation :This section describes...
10 KB  
Modules  -  mpAjax 0.3.2
0.3.4 Cleaned up some code, now hosted on github/mpAjax.0.3.2 Fixed a bug where jQuery automagically translating the 'data' parameter to an object (XMLDOM) would throw a JS error.0.3.1 Fixed a bug where not specifying a "success" handler would...
10 KB  
Libraries  -  AlphaBeta 0.1
AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-player zero-sum perfect information games in Objective-C. Both fixed-depth and iterative search is supported. I...
 
Remote Computing Tools  -  FoxRenderfarm Desktop App 4.0.2.10
As one of the leading render farms in the CG industry, FoxRenderfarm's cloud rendering desktop app could help you easily solve the rendering problems. It supports automatically upload projects and download the rendered work. Main Features: 1....
46 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB