|
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? |