Hi, I have an import script, MyApp/script/import.pl. I have found myself replicating about 40% of it's code into a Controller. Is there some way I can unify things and access subroutines from my controller in my import.pl or the vice versa? Thanx, Dp.