Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Template Toolkit - passing hashes

by f00li5h (Chaplain)
on Apr 03, 2007 at 01:51 UTC ( [id://607951]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Template;
    my $data = {
    ...
    my $TT = Template->new();
    $TT->process(\$template , $data );
    
  2. or download this
    <html><head><title>user profile</title></head>
    <body>
    ...
      you can read more about f00li5h at /home/f00li5h/.plan
    </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-19 18:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found