> Talking about re-use of the tt object, what if the object needs to be > adjusted after it was created? e.g. I want to use the same object many > times, but need to adjust the INCLUDE_PATH config before process(). Any > reason for not providing a method for setting/changing the config of the > object post-new()? Or does it exist and I didn't have enough coffee yet?
It's not very obvious how to do it, but it is perfectly legal. Check the archives for it. (This really belongs in a FAQ.) - Perrin
