Howdy
I am new to linux, and rpm.
I am using FC4, and I want to learn perl tk. FC4 loaded with perl version 5.8.6.
rpm -q tk showed it was not loaded,
so I loaded tk.8.4.8.rpm from the DVD distro and it installed.
When I try perl -e "use tk" to see if tk is working, I get
Can't locate tk.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i38........etc.....
What am I missing. Pointers would be appreciated so I can learn how to load stuff.
tomy