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.477.895 Times

HTML::Template::Set 1.009

  Date Added: March 27, 2010  |  Visits: 1.049

HTML::Template::Set

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)

HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > < BODY > < H1 >< TMPL_VAR NAME="title" >< /H1 > < HR > < BR > < B >You authenticated as: < /B > < TMPL_VAR NAME="ENV_REMOTE_USER" >< BR >< BR > < TMPL_IF NAME="oranges" >You prefer oranges< /TMPL_IF > < /BODY > < /HTML > in your script: use HTML::Template::Set; my $tmpl = new HTML::Template::Set( filename => foo.tmpl, associate_env => 1 ); my $handler = $tmpl->param(handler); if ($handler and $handler eq apples_to_oranges) { $tmpl->param(oranges => 1); } print $tmpl->output();.

Requirements: No special requirements
Platforms: Linux
Keyword: Adds Br Extension Handler Html Htmltemplateset Libraries Name Oranges Programming Title Tmpl Var Var Name
Users rating: 0/10

License: Freeware Size: 9.22 KB
HTML::TEMPLATE::SET RELATED
Libraries  -  HTML::ElementSuper 1.17
HTML::ElementSuper is a Perl extension for HTML::Element(3). SYNOPSIS use HTML::ElementSuper; ### Positional extension $e = new HTML::ElementSuper font; $sibling_number = $e->addr(); $e2 = new HTML::ElementSuper p; $e2->push_content($e);...
19.46 KB  
Libraries  -  HTML::Template::Expr 0.07
HTML::Template::Expr module provides an extension to HTML::Template which allows expressions in the template syntax. HTML::Template::Expr module is purely an addition--all the normal HTML::Template options, syntax, and behaviors will still work....
18.43 KB  
Libraries  -  Runabout 5.0
The Runabout is an extension of the Java libraries that adds two-argument multi-dispatch to Java without changing the language or the VM. It uses reflection to find visit methods, which are invoked using dynamically generated and loaded code....
28.67 KB  
Libraries  -  DBIx::Version 0.01
DBIx::Version is a Perl extension for getting database software name and version. SYNOPSIS use DBIx::Version; my $dbh = DBI->connect( ... ); my ($dbname, $dbver, $dbverfull) = DBIx::Version::Version($dbh); DBIx::Version lets you query...
3.07 KB  
Programming  -  Extension for HTML::Template::Pro module 0.05
This module extends HTML::Template::Pro to easily support methods and tags not implemented in parent module. All plugins live in the H::T::P::Extension namespace and you can built your own extension to support you prefered tags and functionality.
13.43 KB  
Programming  -  Extended HTML alpha.0.1
Extended HTML is an extension to HTML based on XML, PHP, SQL and JavaScript technologies. The compiler is written in PHP 5 (so it can be deployed on a web page) and allows the developper to create in one file objets used both on client and server...
97.5 KB  
Utilities  -  Handy Extension Handler 1.4.0
heh associates file extensions/types and URLs with applications (or shell scripts) and opens/handles them from a command line. It has user-specific preferences and is written in Perl.
14.35 KB  
Modules  -  File MIME 6.x-1.1 1.0
Drupal determines the MIME type of each uploaded file by applying a MIME extension mapping to the file name. The mapping is a hard-coded variable in the file_get_mimetype() function.These mappings can be extracted from the server's mime.types file...
 
Modules  -  Extra Widget Properties Set 1.1.0
It implements access control per roles and adds a widget slug html class.Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5 or higher
 
Libraries  -  Text::Scraper 0.02
Text::Scraper contains structured data from (un)structured text. SYNOPSIS use Text::Scraper; use LWP::Simple; use Data::Dumper; # # 1. Get our template and source text # my $tmpl = Text::Scraper->slurp(*DATA); my $src =...
46.08 KB  
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