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

Text::MetaText 0.22

  Date Added: August 10, 2010  |  Visits: 697

Text::MetaText

Report Broken Link
Printer Friendly Version


Product Homepage
Download (90 downloads)



Text::MetaText is a Perl extension implementing meta-language for processing "template" text files. SYNOPSIS use Text::MetaText; my $mt = Text::MetaText->new(); # process file content or text string print $mt->process_file($filename, %vardefs); print $mt->process_text($textstring, %vardefs); # pre-declare a BLOCK for subsequent INCLUDE $mt->declare($textstring, $blockname); $mt->declare(@content, $blockname); SUMMARY OF METATEXT DIRECTIVES %% DEFINE variable1 = value # define variable(s) variable2 = "quoted value" %% %% SUBST variable %% # insert variable value %% variable %% # short form of above %% BLOCK blockname %% # define a block blockname block text... %% ENDBLOCK %% %% INCLUDE blockname %% # include blockname block text %% INCLUDE filename %% # include external file filename %% INCLUDE file_or_block # a more complete example... variable = value # additional variable definition(s) if = condition # conditional inclusion unless = condition # conditional exclusion format = format_string # printf-like format string with %s filter = fltname(params) # post-process filter %% %% TIME # current system time, as per time(2) format = format_string # display format, as per strftime(3C) %%.

Requirements: No special requirements
Platforms: Linux
Keyword: Block Format Include Libraries Metatext Programming Text Textmetatext Variable
Users rating: 0/10

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


TEXT::METATEXT RELATED
Science  -  StrBio java class libraries b.1.2
Java class libraries for structural biology development: includes protein format conversion tool, printf-based text formatting, Pred2ary secondary structure prediction, neural net library, Hooke-Jeeves global optimizer, and misc. math & statistics.
12.66 MB  
Finance  -  iOrgsoft PDF to Text Converter 2.0.1
iOrgsoft PDF to Text Converter is one powerful, yet easy-to-use PDF solution tool capable of converting any reliable Adobe Portable Document Format (PDF) file to plain text documents. It runs as standalone software, with Adobe Acrobat or Reader...
 
File Utilities  -  EDF(+) to ASCII Format Converter 1.3
The EDF(+) to ASCII Format Converter application was designed to convert all the signals in an EDF-file (European Data Format) to a plain ASCII text-file. This tool provides users with a command line interface so it can be easily used in various...
 
Development Tools  -  O.J. Danzy 1.0
This programs shows how to read data back from the Agilent/HP 8753/8720 Series Network Analyzers using FORM5 (32-bit little-endian) binary block format.
10 KB  
Development Tools  -  Agilent 8753/8720 VNA Binary Data Read 1.0
This programs shows how to read data back from the Agilent/HP 8753/8720 Series Network Analyzers using FORM5 (32-bit little-endian) binary block format
10 KB  
Libraries  -  Text::EtText::HTML2EtText 2.2
Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format. SYNOPSIS my $t = new Text::EtText::HTML2EtText; print $t->html2text ($html); or my $t = new Text::EtText::HTML2EtText; print $t->html2text...
143.36 KB  
Backup Utilities  -  Notepad3 5.20.722.1
Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an replacement for the default Windows text editor. Theres nothing wrong with Windows Notepad, its lightweight and fast; however programmers and...
4.69 MB  
Programming  -  Text::Markdown 1.000031
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks,...
102.4 KB  
Business  -  Ultra AutoCAD Tool 4.2.1
Ultra AutoCAD Tool is a powerful batch utility program for AutoCAD drawing files. Features include: extract data from drawing files (CSV, XML, HTML), create DXFs from DWGs, find and replace text, find and replace block attribute values, find and...
271 KB  
Libraries  -  Bio::NEXUS::Block 0.67
Bio::NEXUS::Block is a Perl module that provides useful functions for blocks in NEXUS file (parent class). SYNOPSIS This module is the super class of all NEXUS block classes. It is not used specifically from a program; in other words, you dont...
153.6 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