Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Dynamic includes in Template::Toolkit

by Molt (Chaplain)
on May 07, 2003 at 10:58 UTC ( [id://256162]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $template->process(
       'toplevel.html', {
    ...
        body => 'welcome_page.html'
       }
      };
    
  2. or download this
    <html>
     <head>
    ...
      [% INCLUDE body %] <!-- To include welcome_page.html -->
     </body>
    </html>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-24 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found