![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Include files using Text::Template and a closureby crenz (Priest) |
on Apr 26, 2005 at 21:40 UTC ( [id://451778]=CUFP: print w/replies, xml ) | Need Help?? |
Text::Template is a nice and fast module if you need to create a few simple dynamic webpages. I recently used it for a project where I needed easy installation, and since Text::Template didn't require any other Perl modules than what is in the core, it came in very handy. The documentation gives a simple example on how to include sub-templates. In my improved example, by using a closure, you can very comfortably inherit the parameters set for your current template in the templates you include. I use this function to fill in templates:
Then, a template might look like this:
Back to
Cool Uses for Perl
|
|