RE: [htmltmpl] placing .tmpl files in a subdirectory?
Brought to you by:
samtregar
From: Kenny S. <ke...@jo...> - 2002-07-03 06:54:18
|
> why not do this: > > my $t = new HTML::Template(filehandle => *DATA); > > then, you just put your template in the source file itself, either after > __DATA__ or after __END__ But... that goes against everything that HTML::Template stands for, imo. The separation of program from display.. the ability to change the look without editing the source, etc. Kenny Smith JournalScape.com |