texan4ever has asked for the wisdom of the Perl Monks concerning the following question:
I then get this error:#! /usr/bin/perl use lib "/users/<myusername>/perl/Tk-DKW-0.03/blib/Tk"; use Tk::Menustrip;
(attocs951:examples)#482 ./menustrip.pl Can't locate Tk/Menustrip.pm in @INC (@INC contains: "/users/<myuserna +me>/perl/Tk-DKW-0.03/blib/lib/Tk /usr/lib64/perl5/5.8.5/x86_64-linux- +thread-multi /usr/lib/perl5/5.8.5 /usr/lib64/perl5/site_perl/5.8.5/x8 +6_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.4/x86_64-linux +-thread-multi . . . . .
ls /users/<myusername>/perl/Tk-DKW-0.03/blib/lib/Tk total 208K 4.0K CheckBox.pm* 12K Menustrip.pm* 4.0K ChildNotification.pm* 4.0K ProgressIndicator.pm* 60K Columns.pm* 4.0K Signals.pm* 12K ComboEntry.pm* 16K SplitFrame.pm* 8.0K CornerBox.pm* 8.0K TabbedForm.pm* 20K DockFrame.pm 16K TabFrame.pm* 28K IconCanvas.pm* 12K TableEdit.pm*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem understanding how to use modules
by bart (Canon) on Nov 19, 2013 at 22:33 UTC | |
|
Re: Problem understanding how to use modules
by daxim (Curate) on Nov 19, 2013 at 21:22 UTC | |
|
Re: Problem understanding how to use modules
by kennethk (Abbot) on Nov 19, 2013 at 21:17 UTC | |
|
Re: Problem understanding how to use modules
by Anonymous Monk on Nov 19, 2013 at 21:36 UTC | |
|
Re: Problem understanding how to use modules
by taint (Chaplain) on Nov 20, 2013 at 06:47 UTC |