Re: Can't locate Tk/MDI/ChildWindow.pm



Sisyphus wrote:
What do the following 2 one-liners produce:

perl -MTk::MDI -e 'print $Tk::MDI::VERSION;'

Can't locate Tk/MDI/ChildWindow.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at /usr/local/share/perl/5.8.7/Tk/MDI.pm
line 12.
Compilation failed in require.
BEGIN failed--compilation aborted.

perl -e 'print $^X, "\n";'

/usr/bin/perl

The first line seems to be the problem; that's what the program prints
when it dies. Where should I look manually to see if the module is
actually installed? Thanks for any help,

George

.