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

HTML::Template::Extension::DOC 0.25

  Date Added: May 16, 2010  |  Visits: 1.338

HTML::Template::Extension::DOC

Report Broken Link
Printer Friendly Version


Product Homepage
Download (104 downloads)



HTML::Template::Extension::DOC are plugins for comments in template. SYNOPSIS use HTML::Template::Extension; my $text = qq | < HTML >< HEAD >< /HEAD >< BODY > < H1 >This is a template example...< /H1 > < TMPL_DOC >An example use of TMPL_DOC tag < /TMPL_DOC > The sum between 1+1 is: < TMPL_VAR NAME="result" > < /BODY >< /HTML > |; my $comp = new HTML::Template::Extension( scalarref => $text, plugins=>["DOC"], ); $comp->param(result => 1+1); print $comp->output; # OUTPUT: # # < HTML >< HEAD >< /HEAD >< BODY > # < H1 >This is a template example...< /H1 > # The sum between 1+1 is: 2 # < /BODY >< /HTML > DOC plugin add a < TMPL_DOC >some comments< /TMPL_DOC > to standard HTML::Template syntax to permit to add comments to template that, for indeed, a web graphic designer can view in a WYSIWYG environment. All text between < TMPL_DOC > and < /TMPL_DOC > and tag itself will be deleted before HTML::Template parsing and retuning template output..

Requirements: No special requirements
Platforms: Linux
Keyword: Body Comments Doc Head Html Htmltemplateextensiondoc Libraries Plugins Programming Template Tmpl
Users rating: 0/10

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


HTML::TEMPLATE::EXTENSION::DOC RELATED
HTML Database Converters  -  Doc To HTML Converter 3.35
Doc to HTML Converter is a powerful tool developped to convert a word documents in to HTML file. Doc to HTML is only converter that preserve the word format in html document after conversion. Software is useful for those people who want to create...
831.5 KB  
HTML Database Converters  -  Word To HTML Converter 3.35
Word to HTML Converter is powerful tool developped to convert a word documents to HTML file. Word to HTML converting Software makes it easy and spontaneous to create fully formatted, linked HTML publications from within Microsoft Word. Doc to HTML...
831.5 KB  
Libraries  -  HTML::YaTmpl 1.8
HTML::YaTmpl is yet another template processor. SYNOPSIS use HTML::YaTmpl; my $t=HTML::YaTmpl->new( file=>template.tmpl ); $t->evaluate( key1=>$value1, key2=>[$val21, $val22, ...] ... ); $t->evaluate_to_file( $outputfilename,...
41.98 KB  
Libraries  -  DocSet::Doc::HTML2HTMLPS 0.19
DocSet::Doc::HTML2HTMLPS is a HTML source to PS (intermediate HTML) target converter. See DocSet::Doc::HTML2HTML. This sub-class only extends the postprocess() method. METHODS For the rest of the super class methods see...
368.64 KB  
Advanced HTML Editors  -  HTML-Kit Plugins Generator 2.93
Visually design plugins for the HTML-Kit editor. Features: 1) No programming experience is required. 2) Visually design fully functional plugins with multiple buttons, tabs, drop-down menus and icons. 3) Preview the end result in real-time. 4)...
1.72 MB  
Libraries  -  HTML::EP
HTML::EP is a system for embedding Perl into HTML. SYNOPSIS CGI-Env This is an HTML document. You see. Perhaps you wonder about the unknown HTML tags like ep-comment above? They are...
43.01 KB  
Libraries  -  HTML::Declare 2.1
HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! }...
19.46 KB  
Libraries  -  DocSet::Doc::Common 0.19
DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses. Implements functions and bits of code which otherwise needed to be duplicated in many modules. These functions couldnt be put into the base class...
378.88 KB  
Utilities  -  office Convert Word Excel to Html Free 6.1
office Convert Word Excel to Htm Html Converter Free can easily make your documents as Word (doc,docx,docm), Excel ( xls,xlsm,xlsx) PowerPoint (ppt,pptx,pptm) rtf, txt to htm which is visible and fully searchable on the Internet to significantly...
3.21 MB  
Libraries  -  Doc::Perlish 0.14
Doc::Perlish is a Perl module that contains Perl Documentation Tools. SYNOPSIS my $doc = Doc::Perlish->new( type => "POD", input => "source.pod" ); # simple conversions; my $html = $doc->to_html; # DOM-style interface; see...
56.32 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