![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: When to use templates?by rrwo (Friar) |
on Nov 20, 2004 at 12:52 UTC ( [id://409253]=note: print w/replies, xml ) | Need Help?? |
Templates allow you to separate your code from the content (web page, E-mail, form-letter, report, etc.). You can submit the template to a non-programmer to work on, or even give the non-programmer access rights to modify the template. It also allows for code re-use. Rather than having multiple scripts that generate similar output (such as the results of an SQL query), you have one script with several templates. This makes maintenance so much easier!
In Section
Seekers of Perl Wisdom
|
|