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

Re: Template Stuff

by BUU (Prior)
on Jun 11, 2004 at 10:51 UTC ( [id://363359]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #furiously waving hand!
    my %fields = get_fields(); # field name => old value
    ...
    my $tmpl = HTML::Template->new();
    $tmpl->params( old_fields => \@fields );
    print $tmpl->output;
    
  2. or download this
    <tmpl_loop name='old_fields'>
      <input type='text' name='<tmpl_var fname>' value='<tmpl_var fvalue>'
    </tmpl_loop>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://363359]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-03-28 16:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found