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

DynaPage::Document 0.90

  Date Added: September 07, 2010  |  Visits: 1.032

DynaPage::Document

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



DynaPage::Document is a Perl module with DynaPage Document container. SYNOPSIS: step1 - document ( create file mydoc.document ) ---[content of mydoc-document.info]--- !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is block multiline content blah blah blah blah ~== my-para ---[content of mydoc-document.info]--- step2 - template ( create file mydoc.template ) ---[content of mydoc-template.htmt]--- < html > < title >[~my-title~]< /title > < h1 >[~my-head~]< /h1 > < p >[~my-para~]< /p > < /html > ---[content of mydoc-template.htmt]--- step3 - open use DynaPage::Document; use DynaPage::Document::ext::include; my $doc = DynaPage::Document->new( { RootDir=>., Document=>mydoc-document.info, } ); step4 - render print $doc->Render(); ---[dump of printed result]--- < html > < title >This is single line< /title > < h1 >Hello World< /h1 > < p > This is block multiline content blah blah blah blah< /p > < /html > ---[dump of printed result]---.

Requirements: No special requirements
Platforms: Linux
Keyword: Blah Blah Blah Content Document Dynapage Dynapage Document Dynapagedocument Libraries Module Perl Perl Module Programming
Users rating: 0/10

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


DYNAPAGE::DOCUMENT RELATED
Libraries  -  DynaPage::Document::ext::include 0.10
DynaPage::Document::ext::include module contains extensions of DynaPag::Document. METHODS template ( $self, $job ) : bool syntax: !include.template =- B See also DynaPage::Template NOTE: $self is parent document object (eg...
4.1 KB  
Modules  -  UUID Features Integration 7.x-1.0-alpha1
The UUID Features Integration module provides a mechanism for exporting content (nodes, taxonomy, fields) into a features module. What's that you say? You thought features was only for configuration? This module is meant to be used in the cases...
10 KB  
Modules  -  Workflow post-install 6.x-1.2
Workflow post-install is a utility module containing functions you may want to execute on existing content after you have installed the Workflow module.This module was developed in response to various forum discussions, for instance #183133: Set...
10 KB  
Modules  -  Node Menu Parent 6.x-1.1
The Node Menu Parent module extends the "default menu for content" setting provided by the core menu module by allowing a specific menu item to be selected (not just a top-level menu) per content type.ExampleImagine we're creating a site for a...
10 KB  
E-Mail Tools  -  amavisd-new 2.5.2
amavisd-new is a high-performance and reliable interface between mailer (MTA) and one or more content checkers: virus scanners, and/or Mail::SpamAssassin Perl module. amavisd-new is written in Perl, ensuring high portability, reliability and...
819.2 KB  
Modules  -  Features extra 7.x-1.x-de
It gives the ability to export various content/settings to be features with Features module and CTools Module.It's more like an example shows how to do it, and I hope one day it can be merged into some other modules (like...
10 KB  
Project Management  -  Document management system 3.0
Let us study information about project management system in special literature. The project management system is a computer system used to track and store electronic documents. The electronic documentation is more reliable than paper documents....
1.67 MB  
Libraries  -  Petal 2.19
Petal is a Perl Template Attribute Language - TAL for Perl! SYNOPSIS in your Perl code: use Petal; my $template = new Petal (foo.xhtml); print $template->process (bar => BAZ); in foo.xhtml < html xmlns:tal="http://purl.org/petal/1.0/"...
84.99 KB  
Libraries  -  Audio::TagLib::ByteVector 1.42
Audio::TagLib::ByteVector is a byte vector. SYNOPSIS use Audio::TagLib::ByteVector; my $i = Audio::TagLib::ByteVector->new(); $i->setData("blah blah blah"); print $i->data(), "n"; # got "blah blah blah" This class provides a byte vector...
1.4 MB  
Application Add-Ins  -  DeskWork Standard 4.0.2827
DeskWork 4 Standard includes DeskWork 4 Basic + 9 custom document circulation modules. DeskWork 4 offers the following benefits including: ' Saved time. ' Increased profits. ' Effective business. Functionality available in custom modules...
19.3 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