in reply to perl Tk installation problems

If you had only built Tk in your private directory but did not install it, then you should use the blib pragma instead of lib:
use blib '/home/bthcraft/modules/Tk-804.027'; use Tk;