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 49.480.340 Times

Text::ScriptTemplate 0.08

  Date Added: January 17, 2010  |  Visits: 848

Text::ScriptTemplate

Report Broken Link
Printer Friendly Version


Product Homepage
Download (91 downloads)



Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. SYNOPSIS use Text::ScriptTemplate; $text = <<EOF; # PHP/JSP/ASP-style template < % for (1..3) { % > # - any Perl expression is supported Message is: < %= $TEXT % >. # - also supports variable expansion < % } % > EOF $tmpl = new Text::ScriptTemplate; # create processor object $tmpl->setq(TEXT => "hello, world"); # export data to template # load, fill, and print expanded result in single action print $tmpl->pack($text)->fill; This is a successor of Text::SimpleTemplate, a module for template- based text generation. Template-based text generation is a way to separate program code and data, so non-programmer can control final result (like HTML) as desired without tweaking the program code itself. By doing so, jobs like website maintenance is much easier because you can leave program code unchanged even if page redesign was needed. The idea of this module is simple. Whenever a block of text surrounded by (or any pair of delimiters you specify) is found, it will be taken as Perl expression, and will be handled specially by template processing engine. With this module, Perl script and text can be intermixed closely. Major goal of this library is to provide support of powerful PHP-style template with smaller resource. This is useful when PHP, Java/JSP, or Apache::ASP is overkill, but their template style is still desired..

Requirements: No special requirements
Platforms: Linux
Keyword: Asp Jsp Libraries Php Programming Scripttemplate Standalone Template Text Textscripttemplate
Users rating: 0/10

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


TEXT::SCRIPTTEMPLATE RELATED
Libraries  -  Text::MicroMason::ServerPages 1.992
Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. SYNOPSIS Instead of using this class directly, pass its name to be mixed in: use Text::MicroMason; my $mason = Text::MicroMason::Base->new(...
69.63 KB  
Libraries  -  tbsOOo 0.7.9
tbsOOo project PHP class extends the template engine TinyButStrong. This class allows to create OpenOffice documents dynamically by separating display formatting from logic and data. In practice, you create a template using OpenOffice with the...
215.04 KB  
Development Editors  -  PHP for Linux 5. 3. 2008
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Instead of lots of commands to output HTML (as...
10 MB  
Web Authoring  -  dbQwikSite PE 5.2
dbQwikSite is an amazing, powerful, innovative way to build data driven web sites. Create database web sites and never write a line of code. dbQwikSite is a web application development tool with powerful features to: connect to and/or create...
19.59 MB  
Development Tools  -  PHP/TK 0.1.1
PHP/TK is an native extension for the PHP programming language that implements language bindings for TCL/TK. It provides an object-oriented interface and greatly simplifies writing client-side cross-platform GUI applications. The Tk...
 
Miscellaneous  -  Templates engine for PHP 1.7.2
This is a compiled PHP module to process template files. It is extremely fast. Among others, it&romedia Dreamweaver template synther template synthax.
 
Development Tools  -  Templates engine for PHP for Scripts 1.7.2
This is a compiled PHP module to process template files.It is extremely fast. Among others, it&romedia Dreamweaver template synther template synthax.
20.48 KB  
Form Processors  -  Leave Comments Script for ASP 1.1
Leave Comments Script for ASP is a PHP script that allows visitors to post comments on ASP pages.So how can you get a php script to work on an asp page? As you have probably found out, you can't. Until now.There is a certain insert you can use...
30.72 KB  
Web Authoring  -  Script Converter 1.0
Converts HTML to the following scripting languages PHP, ASP, JSP, Perl, Python, VBScript.
300 KB  
News Publishing  -  News System PHP 1.3.4
News System application is a news content management system made in PHP programming language.Features: - Single user account. - Data is stored in text files. - Formatting text by BBCode. - Posts can be filed under multiple categories. - Custom...
 
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