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

Perl Template Attribute Language freeware
Filter: All | Freeware | Demo
 

Perl Template Attribute Language

1 2 3 4 5 > 
Added: June 26, 2010 | Visits: 831

Petal 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/" > < body tal:content="bar" >Dummy Content< /body...



Platforms: *nix

License: Freeware Size: 84.99 KB Download (96): Petal Download

Added: January 18, 2010 | Visits: 1.766

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: May 10, 2013 | Visits: 457

LibTPT TPT is a template scripting language implemented in C , designed to be integrated with C programs. It is intended as a fast, lightweight replacement for fullblown scripting languages, providing an easy interface for embedding TPT scripts in C code. The TPT language was originally based on PML....


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (59): LibTPT Download

Added: August 04, 2010 | Visits: 1.162

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator Download

Added: February 27, 2010 | Visits: 1.104

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

Added: June 04, 2010 | Visits: 1.097

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: April 06, 2010 | Visits: 797

Language::XSB Language::XSB is a Perl module that allows you to use XSB from Perl. SYNOPSIS use Language::XSB :query; use Language::Prolog::Types::overload; use Language::Prolog::Sugar vars=>[qw(X Y Z)], functors=>{equal => =}, functors=>[qw(is)], chains=>{plus => +, orn => ;}; xsb_set_query(...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Language::XSB Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 478

Perl Server Pages (PSP) The mission of this project is to provide Perl Server Pages (PSP), that add dynamic content to HTML using Perl as scripting language. First contribution will be an easy to install myPSP package including custom taglibs, I18N, table support and logging.


Platforms: Windows, Mac, Linux

License: Freeware Size: 70.54 KB Download (50): Perl Server Pages (PSP) Download

Added: August 21, 2013 | Visits: 311

pyramid_haml pyramid_haml configures your pyramid project to allow the use of HAML as template markup language. It uses PyHAML as preprocessor for the Mako template renderer.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): pyramid_haml Download

Added: March 23, 2010 | Visits: 1.426

Template::Plugins Template::Plugins is a Perl module with plugin provider. SYNOPSIS use Template::Plugins; $plugin_provider = Template::Plugins->new(%options); ($plugin, $error) = $plugin_provider->fetch($name, @args); The Template::Plugins module defines a provider class which can be used to load and...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (176): Template::Plugins Download

Added: November 05, 2010 | Visits: 1.238

Template::Manual::Directives Template::Manual::Directives is a Perl module that contains template directives. Accessing and Updating Template Variables GET The GET directive retrieves and outputs the value of the named variable. [% GET foo %] The GET keyword is optional. A variable can be specified in a directive...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (111): Template::Manual::Directives Download

Added: May 06, 2010 | Visits: 689

Blatte Blatte is a Perl module with text macro/markup/template language. SYNOPSIS use Blatte; use Blatte::Builtins; my $perl = &Blatte::Parse(...some Blatte program ...); if (defined($perl)) { my $result = eval $perl; if (defined($result)) { &Blatte::traverse($result, &callback); } elsif...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): Blatte Download

Added: August 03, 2010 | Visits: 1.107

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (93): SQL::Routine::Language Download

Added: March 12, 2010 | Visits: 1.347

Template::Magic::HTML 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 explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (105): Template::Magic::HTML Download

Added: November 24, 2010 | Visits: 1.496

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (215): Language::Logo Download

Added: October 16, 2010 | Visits: 876

Template::Plugin::Java::Constants Template::Plugin::Java::Constants is a Perl module with constants for the Java Template plugin modules. SYNOPSIS use Template::Plugin::Java::Constants qw/:regex/; use Template::Plugin::Java::Constants qw/:boolean/; use Template::Plugin::Java::Constants qw/:all/; regex The "regex" tag...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (104): Template::Plugin::Java::Constants Download

Added: October 03, 2010 | Visits: 830

Template::Plugin::JavaSQL Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas. SYNOPSES Within an XML file processed by the Java plugin: < sql: query="select foo as f, bar as b from some_table" > or < sql: table="some_table" > Via a template such as: [% USE Java %] [% Use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Template::Plugin::JavaSQL Download

Added: June 17, 2010 | Visits: 972

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

Added: April 12, 2010 | Visits: 1.414

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (103): Template::FAQ Download

Added: May 10, 2013 | Visits: 320

Good enough templating This script allows you to try a small, powerful templating language using template strings embedded in standard Python syntax. Templates are valid Python source, compiled directly to bytecode. Variable substitution is performed using 'string.Template'.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Good enough templating Download

1 2 3 4 5 >