On Tue, 2003-11-04 at 17:12, Jesse Sheidlower wrote: > Thanks. I'll try this. Will probably be a pain to figure out the > necessary overrides and so forth for those times when I'm not > using the database values, but I'll try.
What are you trying to do? It's easy to merge data if you can get it into hashes with common names. For example: my %tt_values = ( %default_database_values, %override_values ); - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
