in reply to Why doesn't this work with -T?

This may not fix problems with all the tainted vars, but it looks like MySite/ConfigVars.pm is not in @INC.

use lib 'where/that/is/';

should fix that.

Other problems may occur with taint mode. It is often a surprise when %ENV is treated a tainted.

After Compline,
Zaxo