> If you're talking about the DBI plugin, Apache::DBI should make your > connections persistent without any extra work. Personally, I think it's > better to do your DBI work up front before you run the template, rather than > using the plugin.
Yes yes, of course i meant TT's DBI plugin, sorry about that. If this plugin should use persistant connection by default (but not in my case), then i at least know it supports it, now i can trace the problem better. Ok, let's assume i don't use DBI plugin either, to keep code away from template, then is there some other plugins which i can use from perl directly to make my life with queries even a little bit easier? Rgds, Viljo
