in reply to HTML::Template Alternative to output()
Simplest solution: Use 2 templates instead of one. Since you are essentially outputting 2 completely different fragments of HTML (the header and the final results) and at different times, why not make them 2 separate templates?
|
|---|