I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-03-30 15:50:56.223909-07 by hsfrey
Newbie having Trouble installing Tk
I downloaded and installed Tk-804.028 into folder C:\Perl\Tk-804.028 on my Windows XP system. The folder tree is as installed by the unzip program. I tried to 'use Tk' in a short program, and got the error message "Can't locate Tk/Event.pm", even though I inserted: use lib '/Perl/Tk-804.028'; and use lib '/Perl/Tk-804.028/Event'; There is no file named Event.pm in the C:\Perl\Tk-804.028\Tk folder, but there is in the /Perl/Tk-804.028/Event folder. How can I get the paths straightened out? And, when I do, how can I get them into the default @INC?
Direct Responses: Write a response