http://www.perlmonks.org?node_id=955193


in reply to Re^14: perl install in Fedora 16
in thread perl install in Fedora 16

Tk is installed. I uninstalled it and reinstalled it using the yum package manager and the installed directory is the one I was trying to add to @INC

Yum?

Not being to run use Tk; tkinit; Mainloop; or the  widget programs means you did not install Tk correctly.

Forget yum, install Tk yourself

wget -c http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.030 +.tar.gz tar -zxvf Tk-804.030.tar.gz cd Tk-804.030 perl Makefile.PL make test make install