Good day monks, I have a mod_perl script which is using Template Toolkit. In this script I use a module called XX.pm. The XX module contains some variables. How do I import these variables (or XX's namespace) to my templates ? In my main program I currently have a variable which is $vars which I post to TT. Is there a way to have all variables of XX in for instance: $vars->{XX}?