jwlarson3rd has asked for the wisdom of the Perl Monks concerning the following question:
with the following error Can't locate Tk/Event.pm in @INC I have reinstalled several times I don't understand the problem because Event is a directory in Tk-804.027 with Event.pm in it john larsonperl -V Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at Oct 16 2002 12:53:28 @INC: /usr/lib/perl5/5.8.0/i386-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl . #!/usr/bin/perl use strict; print "Content-type: text/plain", "\n\n"; use CGI::Carp qw(fatalsToBrowser); use lib '/home/bthcraft/modules/Tk-804.027'; use Tk; print "\@INC is @INC\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl Tk installation problems
by zentara (Cardinal) on Jun 02, 2004 at 21:24 UTC | |
|
Re: perl Tk installation problems
by eserte (Deacon) on Jun 03, 2004 at 09:03 UTC |