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

Template::Library::HTML 2.15

  Date Added: June 22, 2010  |  Visits: 1.708

Template::Library::HTML

Report Broken Link
Printer Friendly Version


Product Homepage
Download (116 downloads)



Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation directory. use Template; my $tt2 = Template->new({ INCLUDE_PATH => /usr/local/tt2/templates, }); For a portable way to determine the installation templates directory, you can use the Template::Config->instdir() class method. use Template; my $tt2 = Template->new({ INCLUDE_PATH => Template::Config->instdir(templates), }); You should now be able to access the html library as, for example: [% INCLUDE html/header %] Note that some of the more basic elements dont give you much more than the raw HTML tags. In many cases you might be well advised to stick to regular HTML rather than complicating matters by the use of template elements. e.g. < table > . . . < /table > vs [% WRAPPER html/table %] . . . [% END %] However, the use of template elements to generate the underlying HTML does have some important benefits, particularly as the constructs start to get more complicated and more magical. See the example in the examples sub-directory of the distribution directory for further examples and enlightenment on using this library..

Requirements: No special requirements
Platforms: Linux
Keyword: Basic Basic Html Building Include Libraries Library Programming Template Template Library Templatelibraryhtml
Users rating: 0/10

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


TEMPLATE::LIBRARY::HTML RELATED
Programming  -  Just BASIC 1.01
Just BASIC is an ideal personal Windows programming tool and tutorial. Great for light programming and teaching or learning programming. Create your own utilities, games, business apps and more. Includes a syntax coloring editor, a debugger,...
2.57 MB  
Programming  -  LibSylph 0.1 RC1
LibSylph is a cross-platform C++ basic utility and data processing library. LibSylph has classes and methods that facilitate reading, processing, writing and sharing data in various kinds of formats. It includes frameworks...
358.4 KB  
Libraries  -  HTML::Chunks 1.53
HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However,...
10.24 KB  
Development Editors  -  EasyWare Shopping Cart 5.001
EasyWare Shopping Cart allows merchants basic HTML skills to add powerful e-commerce features to their existing web sites. The updated sites will allow users to browse for products and place orders online, and will be compatible with a range of...
16.34 MB  
Chat  -  IEZChat Perl Script 1.1
IEZChat Perl Script is a very easy CGI Script that allows you to install a basic HTML chat on your site.
10 KB  
Libraries  -  PSA::Test::Builder 0.49_01
PSA::Test::Builder is a backend for building test libraries. SYNOPSIS package My::Test::Module; use PSA::Test::Builder; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(ok); my $Test = Test::Builder->new; $Test->output(my_logfile);...
112.64 KB  
Libraries  -  Template::Magic::HTML 1.39
Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that...
46.08 KB  
Specialized Tools  -  RuneWeb 2.0.0
RuneWeb is a basic html editor, Runeweb is great for people who are learning HTML as well as those experiences web developers. RuneWeb now has build-in coding aids to help people learn the hyper text markup language. RuneWeb has a built in preview...
246 KB  
HTML Utilities  -  JMBD Composer 0.1.0
JMBD Composer is a basic HTML creator for Mac OS X. Composer lets you quickly create and edit HTML and HTM documents. Every new Composer document comes setup to The World Wide Web Consortium HTML 4.01 Transitional standards.
127 KB  
Multimedia & Graphics  -  rendertext 2
Text and basic html renderer. Useful to read text/html files in mp3/mp4 devices using its photo/image viewer . Comes with default settings for a sansa fuze mp4 player. It needs a Perl interpreter, but is provided one in-pack for windows.
2.39 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