I want to render some pages in two steps, so one rendering to flat files of items from a database, then another rendering via my good friend Apache::Template live.
Obviously, the [% stuff gets wiped out on the first pass. Can I escape them somehow? Or do I have to use differing delimiters for each pass? Alternatively, I was thinking of having the first pass write some META variable assignments out, is the Dumper plugin as reversible as Data::Dumper? Sorry, Friday afternoon, brain fuzzy :( TIA, Dave
