Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

An Idea for a New Template Toolkit Improvement(?)

by monsieur_champs (Curate)
on Mar 30, 2004 at 19:58 UTC ( [id://341079]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [%# Template File %]
    [% META
    ...
    %]
    [% title %]
    And here goes the template text, and the template [% name %].
    
  2. or download this
    # Perl File
    # %parameters are your template parameters, don't care.
    ...
    # data will hold template filling data
    my %data;
    map { $data{$_} = eval $template->code_for( $_ ) } $template->needed_k
    +eys( 'Template.tt' );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://341079]
Approved by kvale
Front-paged by broquaint
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-23 18:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found